Unset LANG etc. to avoid non-standard command output from non-C locales.
This commit is contained in:
parent
f968418df8
commit
a819ec1a57
1 changed files with 3 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue