summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2017-04-03 10:27:59 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2017-04-03 10:27:59 -0500
commitae6e7a24b4afb1a76a461965d999d659116ea889 (patch)
tree30e076124a51c36e3334c93153cecb7e2307b22a /tools
parent22f0d73f23a1c5f960291bac901fe425d49341c5 (diff)
downloadpfsense-ae6e7a24b4afb1a76a461965d999d659116ea889.zip
pfsense-ae6e7a24b4afb1a76a461965d999d659116ea889.tar.gz
Allow passing of $BUILD_CONF to builder scripts.
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index 281f793..821ab8e 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -44,7 +44,7 @@ if [ ! -d "${BUILDER_TOOLS}" ]; then
exit 1
fi
-BUILD_CONF="${BUILDER_ROOT}/build.conf"
+BUILD_CONF=${BUILD_CONF:-"${BUILDER_ROOT}/build.conf"}
# Ensure file exists
if [ -f ${BUILD_CONF} ]; then
OpenPOWER on IntegriCloud