1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 12:56:04 +02:00

stop LC_COLLATE reordering things in tests

This commit is contained in:
Peter Stephenson 2001-03-25 00:24:25 +00:00
parent 0fe2fc2742
commit aff2d638e6
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2001-03-25 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 13745: Test/ztst.zsh: set LC_COLLATE to C if already set to
something.
* 13743: Completion/User/_mailboxes: handle @folder in MH.
2001-03-24 Bart Schaefer <schaefer@zsh.org>

View File

@ -25,6 +25,7 @@ emulate -R zsh
# Ensure the locale does not screw up sorting. Don't supply a locale
# unless there's one set, to minimise problems.
[[ -n $LC_ALL ]] && LC_ALL=C
[[ -n $LC_COLLATE ]] && LC_COLLATE=C
[[ -n $LANG ]] && LANG=C
# Set the module load path to correspond to this build of zsh.