Fix variable declaration
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user