mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01: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:
parent
886e00c760
commit
b995c03ea2
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Revert an accidential commit
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Revert an accidential commit
|
||||
|
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Revert an accidential commit
|
||||
|
@ -13,7 +13,7 @@ echo_v ()
|
||||
fi
|
||||
}
|
||||
|
||||
LANG=en_US
|
||||
LC_COLLATE=en_US
|
||||
error_out=/dev/null
|
||||
if [ "$1" = "-v" ]; then
|
||||
verbose=1
|
||||
|
Loading…
Reference in New Issue
Block a user