mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 08:28:53 +02: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:
committed by
Manish Singh
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>
|
2005-12-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Fix #316221, Michal Benes, Stanislav Brabec;
|
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>
|
2005-12-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Fix #316221, Michal Benes, Stanislav Brabec;
|
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>
|
2005-12-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Fix #316221, Michal Benes, Stanislav Brabec;
|
Fix #316221, Michal Benes, Stanislav Brabec;
|
||||||
|
@@ -13,8 +13,8 @@ echo_v ()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
LC_COLLATE=en_US
|
LC_ALL=en_US
|
||||||
export LC_COLLATE
|
export LC_ALL
|
||||||
|
|
||||||
error_out=/dev/null
|
error_out=/dev/null
|
||||||
if [ "$1" = "-v" ]; then
|
if [ "$1" = "-v" ]; then
|
||||||
|
Reference in New Issue
Block a user