[scripts] make daily_iso_build.sh setup LC_ALL, LANG and LANGUAGE variables in any case
This commit is contained in:
parent
c45ba32918
commit
b7e011c8db
@ -21,6 +21,11 @@ echo "DO_PUSH=${DO_PUSH}"
|
|||||||
echo "DRY_RUN=${DRY_RUN}"
|
echo "DRY_RUN=${DRY_RUN}"
|
||||||
echo "LOG_FILE=${LOG_FILE}"
|
echo "LOG_FILE=${LOG_FILE}"
|
||||||
|
|
||||||
|
# setup default language, cron might not do that
|
||||||
|
export LC_ALL="en_US.UTF-8"
|
||||||
|
export LANG="en_US.UTF-8"
|
||||||
|
export LANGUAGE="en_US.UTF-8"
|
||||||
|
|
||||||
SOURCE_SPECS=(
|
SOURCE_SPECS=(
|
||||||
"sabayon-x86-spinbase.spec"
|
"sabayon-x86-spinbase.spec"
|
||||||
"sabayon-amd64-spinbase.spec"
|
"sabayon-amd64-spinbase.spec"
|
||||||
|
Loading…
Reference in New Issue
Block a user