Actually ready expected value from build.conf after read build.conf

This commit is contained in:
Renato Botelho 2017-08-22 10:55:48 -03:00
parent 21835143ed
commit 5eb2c7c50f

View File

@ -173,13 +173,13 @@ while test "$1" != ""; do
shift
done
# Suck in local vars
. ${BUILDER_TOOLS}/builder_defaults.sh
# Let user define ARCH_LIST in build.conf
[ -z "${ARCH_LIST}" -a -n "${DEFAULT_ARCH_LIST}" ] \
&& ARCH_LIST="${DEFAULT_ARCH_LIST}"
# Suck in local vars
. ${BUILDER_TOOLS}/builder_defaults.sh
# Suck in script helper functions
. ${BUILDER_TOOLS}/builder_common.sh