mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +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
@@ -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
|
||||
|
Reference in New Issue
Block a user