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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user