summaryrefslogtreecommitdiffstats
path: root/tools/builder_defaults.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/builder_defaults.sh')
-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