# HG changeset patch # User Miles Bader # Date 1041902753 0 # Node ID a22f8991ae27b73cc3ecf168fda72fa3b3ddbd0e # Parent 9571fdab8d80bb24e8b260a300833f636e1310b8 Unset LANG etc. to avoid non-standard command output from non-C locales. diff -r 9571fdab8d80 -r a22f8991ae27 admin/quick-install-emacs --- a/admin/quick-install-emacs Mon Jan 06 21:21:50 2003 +0000 +++ b/admin/quick-install-emacs Tue Jan 07 01:25:53 2003 +0000 @@ -31,6 +31,9 @@ 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."