This commit is contained in:
Dylan 2016-03-31 10:35:56 +11:00
parent 0239dac608
commit 292ba8fc52
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
# https://github.com/dylanaraps/ # https://github.com/dylanaraps/
version=${BASH_VERSION/.*} version=${BASH_VERSION/.*}
SYS_LOCALE="$LANG" SYS_LOCALE="${LANG:-C}"
# Speed up script by not using unicode # Speed up script by not using unicode
export LC_ALL=C export LC_ALL=C