From 8df317a6912cccc5fea21fdad19b6b86d3847474 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 28 May 2001 14:59:31 +0000 Subject: [PATCH] (LANG): Set LC_ALL and LANGUAGE to C, unset LC_MESSAGES and LANG. From Karl Eichwalder . --- make-dist | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/make-dist b/make-dist index f374dc3c5f5..e6ec3fcb373 100755 --- a/make-dist +++ b/make-dist @@ -33,6 +33,12 @@ progname="$0" ### Print out each line we read, for debugging's sake. #set -v +LANGUAGE=C +LC_ALL=C +LC_MESSAGES= +LANG= +export LANGUAGE LC_ALL LC_MESSAGES LANG + ## Don't restrict access to any files. umask 0 -- 2.39.5