Ensure LANG is in .UTF-8 format

pull/128/head
Remi Salmon 2020-05-29 10:51:22 -06:00
parent b993836771
commit 44b92c9b5e
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ if [[ ! $LANG =~ utf8|UTF-8 ]]; then
echo "ERROR: No UTF-8 locale found!"
exit 1
fi
else
declare -x LANG=${LANG/utf8/UTF-8}
fi
declare -a banner banner_colors