set LC_COLLATE, not LANG, to be sure to override any user settings.

2005-12-05  Manish Singh  <yosh@gimp.org>

        * tests/run-collate-test.sh: set LC_COLLATE, not LANG, to be sure
        to override any user settings.
This commit is contained in:
Manish Singh 2005-12-05 21:45:06 +00:00 committed by Manish Singh
parent 886e00c760
commit b995c03ea2
4 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-12-05 Manish Singh <yosh@gimp.org>
* tests/run-collate-test.sh: set LC_COLLATE, not LANG, to be sure
to override any user settings.
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* configure.in: Revert an accidential commit

View File

@ -1,3 +1,8 @@
2005-12-05 Manish Singh <yosh@gimp.org>
* tests/run-collate-test.sh: set LC_COLLATE, not LANG, to be sure
to override any user settings.
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* configure.in: Revert an accidential commit

View File

@ -1,3 +1,8 @@
2005-12-05 Manish Singh <yosh@gimp.org>
* tests/run-collate-test.sh: set LC_COLLATE, not LANG, to be sure
to override any user settings.
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* configure.in: Revert an accidential commit

View File

@ -13,7 +13,7 @@ echo_v ()
fi
}
LANG=en_US
LC_COLLATE=en_US
error_out=/dev/null
if [ "$1" = "-v" ]; then
verbose=1