plugins,tools,tests,libs: use LC_ALL instead of LANG
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
@@ -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" -- "$@"`
|
||||
|
@@ -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" -- "$@"`
|
||||
|
Reference in New Issue
Block a user