Revision 7d271f91
Added by Renato Botelho almost 8 years ago
build.sh | ||
---|---|---|
173 | 173 |
shift |
174 | 174 |
done |
175 | 175 |
|
176 |
# Suck in local vars |
|
177 |
. ${BUILDER_TOOLS}/builder_defaults.sh |
|
178 |
|
|
176 | 179 |
# Let user define ARCH_LIST in build.conf |
177 | 180 |
[ -z "${ARCH_LIST}" -a -n "${DEFAULT_ARCH_LIST}" ] \ |
178 | 181 |
&& ARCH_LIST="${DEFAULT_ARCH_LIST}" |
179 | 182 |
|
180 |
# Suck in local vars |
|
181 |
. ${BUILDER_TOOLS}/builder_defaults.sh |
|
182 |
|
|
183 | 183 |
# Suck in script helper functions |
184 | 184 |
. ${BUILDER_TOOLS}/builder_common.sh |
185 | 185 |
|
Also available in: Unified diff
Actually ready expected value from build.conf after read build.conf