Use LC_ALL instead of LANG to force locale to C
This is an explicit override that even works if one of the other LC_* variables are set. The LC_ALL variable also needs to be exported.
This commit is contained in:
parent
1564afc98a
commit
fd5af143d2
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
#####################################
|
||||
|
||||
LANG=C
|
||||
export LC_ALL=C
|
||||
|
||||
display_help() {
|
||||
echo "Usage: $0 [-k] [-p] [locale]"
|
||||
|
|
Loading…
Reference in New Issue