]> git.eshelyaron.com Git - emacs.git/commitdiff
Unset LANG etc. to avoid non-standard command output from non-C locales.
authorMiles Bader <miles@gnu.org>
Tue, 7 Jan 2003 01:25:53 +0000 (01:25 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 7 Jan 2003 01:25:53 +0000 (01:25 +0000)
admin/quick-install-emacs

index 6619554eddc5d751985750294078871879668d5b..c73dcc6f07fedc86721babe604e4c987bf571377 100755 (executable)
@@ -31,6 +31,9 @@ MKDIR='mkdir --verbose -p'
 
 NAWK=/usr/bin/nawk
 
+# avoid non-standard command output from non-C locales
+unset LANG LC_ALL LC_MESSAGES
+
 # Some messages
 USAGE="Usage: $me [OPTION...] BUILD_TREE [PREFIX]"
 TRY="Try "\`"$me --help' for more information."