Enable utf-8 encoding during dev-setup.sh

pull/2746/head
Åke Forslund 2020-10-30 13:04:29 +01:00
parent 0258009857
commit 0dadb580c3
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 # Set a default locale to handle output from commands reliably
export LANG=C export LANG=C.UTF-8
# exit on any error # exit on any error
set -Ee set -Ee