summaryrefslogtreecommitdiff
path: root/build-aux/announce-gen
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-05-13 16:14:18 -0700
committerJim Meyering <meyering@fb.com>2020-05-13 16:14:18 -0700
commit48e8cffee6a67859119e7df9dc53c8f775daba89 (patch)
tree9a09c85f2811d5f9d5e86d7cab2ab875a76c1b74 /build-aux/announce-gen
parentffbb0ced8b2a01c2e355fa7d41db1232453f28b5 (diff)
downloadgnulib-48e8cffee6a67859119e7df9dc53c8f775daba89.tar.gz
announce-gen: improve a comment
* build-aux/announce-gen: Improve comment.
Diffstat (limited to 'build-aux/announce-gen')
-rwxr-xr-xbuild-aux/announce-gen4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index b095a05eb8..ff8d450258 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -371,8 +371,8 @@ sub get_tool_versions ($$)
}
{
- # Neutralize the locale, so that, for instance, "du" does not
- # issue "1,2" instead of "1.2", what confuses our regexps.
+ # Use the C locale so that, for instance, "du" does not
+ # print "1,2" instead of "1.2", which would confuse our regexps.
$ENV{LC_ALL} = "C";
my $mail_headers;