]> code.delx.au - gnu-emacs/commitdiff
(LANG): Set LC_ALL and LANGUAGE to C, unset
authorGerd Moellmann <gerd@gnu.org>
Mon, 28 May 2001 14:59:31 +0000 (14:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 28 May 2001 14:59:31 +0000 (14:59 +0000)
LC_MESSAGES and LANG.  From Karl Eichwalder <keichwa@gmx.net>.

make-dist

index f374dc3c5f53f90c84ed1bb676d31580f5466e46..e6ec3fcb373047dced83a7f99dac8c982adc59d1 100755 (executable)
--- 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