Merge pull request #2746 from forslund/bugfix/dev-setup-adapt

Enable utf-8 encoding during dev-setup.sh
pull/2748/head
Kris Gesling 2020-11-04 15:44:13 +09:30 committed by GitHub
commit 4aebf3c50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
##########################################################################
# Set a default locale to handle output from commands reliably
export LANG=C
export LANG=C.UTF-8
# exit on any error
set -Ee