1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(LC_ALL): Set to `C' and export to ensure

that `ls' sorts the same way for everyone.  Reported by Vin Shelton.
This commit is contained in:
Jim Meyering
2000-09-10 19:47:56 +00:00
parent 92ae1c7d2a
commit 9eb2ccc113

View File

@@ -9,6 +9,9 @@ fi
LANGUAGE=C; export LANGUAGE
LANG=C; export LANG
# Ensure that ls sorts the same way for everyone.
LC_ALL=C; export LC_ALL
. $srcdir/../envvar-check
umask 022