Mercurial > emacs
changeset 49088:a22f8991ae27
Unset LANG etc. to avoid non-standard command output from non-C locales.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 07 Jan 2003 01:25:53 +0000 |
parents | 9571fdab8d80 |
children | 6f9b527df5c6 |
files | admin/quick-install-emacs |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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."