mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-20 04:22:11 +02: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>
|
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
|
* 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>
|
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
|
* 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>
|
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
|
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
|
||||||
|
@ -14,6 +14,8 @@ echo_v ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
LC_COLLATE=en_US
|
LC_COLLATE=en_US
|
||||||
|
export LC_COLLATE
|
||||||
|
|
||||||
error_out=/dev/null
|
error_out=/dev/null
|
||||||
if [ "$1" = "-v" ]; then
|
if [ "$1" = "-v" ]; then
|
||||||
verbose=1
|
verbose=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user