Unset LANG etc. to avoid non-standard command output from non-C locales.

This commit is contained in:
Miles Bader 2003-01-07 01:25:53 +00:00
parent f968418df8
commit a819ec1a57

View file

@ -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."