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:
Manish Singh 2005-12-27 08:23:08 +00:00 committed by Manish Singh
parent 8ade96bdce
commit 4a94f2d332
4 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -14,6 +14,8 @@ echo_v ()
}
LC_COLLATE=en_US
export LC_COLLATE
error_out=/dev/null
if [ "$1" = "-v" ]; then
verbose=1