summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-08-22 10:05:40 -0300
committerRenato Botelho <renato@netgate.com>2017-08-22 10:05:40 -0300
commit87c56a107ee24a9a3e9e69fc24bbeebedb712c12 (patch)
tree746764dc8cba169c9dd6b6c08f85cf937e456333 /tools
parent08ec32cf62fb83a2d051c64e8934534a67506a0f (diff)
downloadpfsense-87c56a107ee24a9a3e9e69fc24bbeebedb712c12.zip
pfsense-87c56a107ee24a9a3e9e69fc24bbeebedb712c12.tar.gz
Remove quotes from commands
Diffstat (limited to 'tools')
-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