Fix variable declaration

This commit is contained in:
2021-03-12 17:17:03 +01:00
parent cd4313cbf1
commit 98d8de1eee

View File

@@ -140,7 +140,7 @@ step_10() {
step_11_info() { echo "Setup locales to en_US.UTF-8"; } step_11_info() { echo "Setup locales to en_US.UTF-8"; }
step_11() { step_11() {
local localUs="en_US.UTF-8" local localUs="en_US.UTF-8"
local localUsDefault"$localUs UTF-8" local localUsDefault="$localUs UTF-8"
if [ ! -f "$localesConfigLoc" ] ; then if [ ! -f "$localesConfigLoc" ] ; then
echoerr " [E] Install packages locales first" echoerr " [E] Install packages locales first"
exit -1 exit -1