mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Actually ready expected value from build.conf after read build.conf
This commit is contained in:
parent
21835143ed
commit
5eb2c7c50f
6
build.sh
6
build.sh
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user