From 48e8cffee6a67859119e7df9dc53c8f775daba89 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 13 May 2020 16:14:18 -0700 Subject: announce-gen: improve a comment * build-aux/announce-gen: Improve comment. --- build-aux/announce-gen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-aux/announce-gen') 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; -- cgit v1.2.1