mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 01:18:53 +02:00
set LC_COLLATE, not LANG, to be sure to override any user settings.
2005-12-05 Manish Singh <yosh@gimp.org> * tests/run-collate-test.sh: set LC_COLLATE, not LANG, to be sure to override any user settings.
This commit is contained in:
committed by
Manish Singh
parent
886e00c760
commit
b995c03ea2
@@ -13,7 +13,7 @@ echo_v ()
|
||||
fi
|
||||
}
|
||||
|
||||
LANG=en_US
|
||||
LC_COLLATE=en_US
|
||||
error_out=/dev/null
|
||||
if [ "$1" = "-v" ]; then
|
||||
verbose=1
|
||||
|
Reference in New Issue
Block a user