1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +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

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