fix issue with localization

This commit is contained in:
mushroom 2020-04-24 20:21:17 -07:00 committed by GitHub
parent 1d53845171
commit 5feb1185be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export LANG=C
export LC_ALL=C
source "$CURRENT_DIR/helpers.sh"