set LANG explictly for consistent order of options in config files

This commit is contained in:
Dan Horák 2018-07-25 12:31:21 +02:00
parent 8c63b8150d
commit 405061da3d
1 changed files with 2 additions and 0 deletions

View File

@ -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