mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 02:06:18 +01:00
export LC_COLLATE so it takes. (#324950, Dan Yefimov)
2005-12-27 Manish Singh <yosh@gimp.org> * tests/run-collate-tests.sh: export LC_COLLATE so it takes. (#324950, Dan Yefimov)
This commit is contained in:
parent
8ade96bdce
commit
4a94f2d332
@ -1,3 +1,8 @@
|
||||
2005-12-27 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* tests/run-collate-tests.sh: export LC_COLLATE so it takes.
|
||||
(#324950, Dan Yefimov)
|
||||
|
||||
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-12-27 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* tests/run-collate-tests.sh: export LC_COLLATE so it takes.
|
||||
(#324950, Dan Yefimov)
|
||||
|
||||
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-12-27 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* tests/run-collate-tests.sh: export LC_COLLATE so it takes.
|
||||
(#324950, Dan Yefimov)
|
||||
|
||||
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
|
||||
|
@ -14,6 +14,8 @@ echo_v ()
|
||||
}
|
||||
|
||||
LC_COLLATE=en_US
|
||||
export LC_COLLATE
|
||||
|
||||
error_out=/dev/null
|
||||
if [ "$1" = "-v" ]; then
|
||||
verbose=1
|
||||
|
Loading…
Reference in New Issue
Block a user