mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
use LC_ALL instead of LC_COLLATE, to make sure we really override things.
2005-12-27 Manish Singh <yosh@gimp.org> * tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to make sure we really override things.
This commit is contained in:
parent
1e4efb6554
commit
a05f171524
@ -1,3 +1,8 @@
|
||||
2005-12-27 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
|
||||
make sure we really override things.
|
||||
|
||||
2005-12-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix #316221, Michal Benes, Stanislav Brabec;
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-12-27 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
|
||||
make sure we really override things.
|
||||
|
||||
2005-12-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix #316221, Michal Benes, Stanislav Brabec;
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-12-27 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
|
||||
make sure we really override things.
|
||||
|
||||
2005-12-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix #316221, Michal Benes, Stanislav Brabec;
|
||||
|
@ -13,8 +13,8 @@ echo_v ()
|
||||
fi
|
||||
}
|
||||
|
||||
LC_COLLATE=en_US
|
||||
export LC_COLLATE
|
||||
LC_ALL=en_US
|
||||
export LC_ALL
|
||||
|
||||
error_out=/dev/null
|
||||
if [ "$1" = "-v" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user