diff make-dist @ 37925:b3268dbead96

(LANG): Set LC_ALL and LANGUAGE to C, unset LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 28 May 2001 14:59:31 +0000
parents b6c4604a4e90
children c1607757c868
line wrap: on
line diff
--- a/make-dist	Mon May 28 14:50:35 2001 +0000
+++ b/make-dist	Mon May 28 14:59:31 2001 +0000
@@ -33,6 +33,12 @@
 ### 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