plugins,tools,tests,libs: use LC_ALL instead of LANG

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan
2012-01-02 21:16:48 +01:00
parent 4b120ef1d1
commit 3daac96b68
13 changed files with 29 additions and 29 deletions

View File

@@ -77,7 +77,7 @@ function usage() {
[ $# -eq 0 ] && usage
TEMP=`LANG=C getopt \
TEMP=`LC_ALL=C getopt \
-o s:d:au:o:hvq \
--long sourcedir:,destdir:,all,update:,owner:,help,version,quiet \
-n "$me" -- "$@"`

View File

@@ -71,7 +71,7 @@ function usage() {
[ $# -eq 0 ] && usage
TEMP=`LANG=C getopt \
TEMP=`LC_ALL=C getopt \
-o shv \
--long nospaces,help,version \
-n "$me" -- "$@"`