[scripts] make daily_iso_build.sh setup LC_ALL, LANG and LANGUAGE variables in any case

This commit is contained in:
Fabio Erculiani 2010-09-26 12:51:10 +02:00
parent c45ba32918
commit b7e011c8db

View File

@ -21,6 +21,11 @@ echo "DO_PUSH=${DO_PUSH}"
echo "DRY_RUN=${DRY_RUN}"
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=(
"sabayon-x86-spinbase.spec"
"sabayon-amd64-spinbase.spec"