summaryrefslogtreecommitdiffstats
path: root/tools/build_snapshots.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build_snapshots.sh')
-rwxr-xr-xtools/build_snapshots.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh
index 78f6b84..6322605 100755
--- a/tools/build_snapshots.sh
+++ b/tools/build_snapshots.sh
@@ -184,20 +184,20 @@ while [ /bin/true ]; do
"
if [ -n "${POUDRIERE_SNAPSHOTS}" ]; then
exec_and_update_status \
- "${BUILDER_ROOT}/build.sh --update-poudriere-ports" \
+ ${BUILDER_ROOT}/build.sh --update-poudriere-ports \
|| exit $?
exec_and_update_status \
- "${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --update-pkg-repo" \
+ ${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --update-pkg-repo \
|| exit $?
else
exec_and_update_status \
- "${BUILDER_ROOT}/build.sh --clean-builder" \
+ ${BUILDER_ROOT}/build.sh --clean-builder \
|| exit $?
exec_and_update_status \
- "${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --snapshots " \
- "${NO_IMAGES} 'memstick memstickadi memstickserial iso'" \
+ ${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --snapshots \
+ ${NO_IMAGES} "memstick memstickadi memstickserial iso" \
|| exit $?
fi
IFS=${OIFS}
OpenPOWER on IntegriCloud