export LC_COLLATE so it takes. (#324950, Dan Yefimov)
authorManish Singh <yosh@gimp.org>
Tue, 27 Dec 2005 08:23:08 +0000 (08:23 +0000)
committerManish Singh <yosh@src.gnome.org>
Tue, 27 Dec 2005 08:23:08 +0000 (08:23 +0000)
2005-12-27  Manish Singh  <yosh@gimp.org>

        * tests/run-collate-tests.sh: export LC_COLLATE so it takes.
        (#324950, Dan Yefimov)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
tests/run-collate-tests.sh

index 40c1795..76c1160 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 40c1795..76c1160 100644 (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
index 40c1795..76c1160 100644 (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
index 7bd290c..f502b22 100755 (executable)
@@ -14,6 +14,8 @@ echo_v ()
 }
 
 LC_COLLATE=en_US
+export LC_COLLATE
+
 error_out=/dev/null
 if [ "$1" = "-v" ]; then
   verbose=1