]> Savannah Git Hosting - gnulib.git/commitdiff
announce-gen: improve a comment
authorJim Meyering <meyering@fb.com>
Wed, 13 May 2020 23:14:18 +0000 (16:14 -0700)
committerJim Meyering <meyering@fb.com>
Wed, 13 May 2020 23:14:18 +0000 (16:14 -0700)
* build-aux/announce-gen: Improve comment.

ChangeLog
build-aux/announce-gen

index ee83e22ba572426f28aeb6462df4eca0e5b9c071..a3b412818e0de5a45fea37935dfbf02132a2edad 100644 (file)
--- 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
index b095a05eb8204c4f3429e53a24f59c7f6a2e9ac7..ff8d4502586d66aae0b10014505e1772c1ed75a4 100755 (executable)
@@ -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;