use LC_ALL instead of LC_COLLATE, to make sure we really override things.
authorManish Singh <yosh@gimp.org>
Tue, 27 Dec 2005 23:35:52 +0000 (23:35 +0000)
committerManish Singh <yosh@src.gnome.org>
Tue, 27 Dec 2005 23:35:52 +0000 (23:35 +0000)
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.

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

index 75fa558..844ff99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
        
        Fix #316221, Michal Benes, Stanislav Brabec;
index 75fa558..844ff99 100644 (file)
@@ -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>
        
        Fix #316221, Michal Benes, Stanislav Brabec;
index 75fa558..844ff99 100644 (file)
@@ -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>
        
        Fix #316221, Michal Benes, Stanislav Brabec;
index f502b22..73e4ea3 100755 (executable)
@@ -13,8 +13,8 @@ echo_v ()
   fi
 }
 
-LC_COLLATE=en_US
-export LC_COLLATE
+LC_ALL=en_US
+export LC_ALL
 
 error_out=/dev/null
 if [ "$1" = "-v" ]; then