summaryrefslogtreecommitdiff
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
parentffbb0ced8b2a01c2e355fa7d41db1232453f28b5 (diff)
downloadgnulib-48e8cffee6a67859119e7df9dc53c8f775daba89.tar.gz
announce-gen: improve a comment
* build-aux/announce-gen: Improve comment.
-rw-r--r--ChangeLog5
-rwxr-xr-xbuild-aux/announce-gen4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ee83e22ba5..a3b412818e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-05-13 Jim Meyering <meyering@fb.com>
+
+ announce-gen: improve a comment
+ * build-aux/announce-gen: Improve comment.
+
2020-05-12 Paul Eggert <eggert@cs.ucla.edu>
xalloc: pacify -Wanalyzer-possible-null-argument
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;