set LANG explictly for consistent order of options in config files
This commit is contained in:
parent
8c63b8150d
commit
405061da3d
@ -11,6 +11,8 @@ SCRIPT="$(readlink -f $0)"
|
||||
OUTPUT_DIR="$PWD"
|
||||
SCRIPT_DIR="$(dirname $SCRIPT)"
|
||||
|
||||
LANG=en_US.UTF-8
|
||||
|
||||
# to handle this script being a symlink
|
||||
cd $SCRIPT_DIR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user