* build-aux/announce-gen: Improve comment.
+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
}
{
- # 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;