Merge pull request #2746 from forslund/bugfix/dev-setup-adapt
Enable utf-8 encoding during dev-setup.shpull/2748/head
commit
4aebf3c50e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue