Mercurial > emacs
diff admin/quick-install-emacs @ 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 | 99b2cc9b795c |
| children | 6f9b527df5c6 |
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."
