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:10:45 -0300
commit3b55caf9178fdfdedec68ff15265ec7a4f71a89a (patch)
treee8f8be26f6323a0a9fea84714ade4770c18dd19a /tools
parent3ef21629ea7925f9086b680e4721e41620561c32 (diff)
downloadpfsense-3b55caf9178fdfdedec68ff15265ec7a4f71a89a.zip
pfsense-3b55caf9178fdfdedec68ff15265ec7a4f71a89a.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 46ef1cf..70bf625 100755
--- a/tools/build_snapshots.sh
+++ b/tools/build_snapshots.sh
@@ -216,20 +216,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} --flash-size '2g 4g' " \
- "--snapshots ${NO_IMAGES}" \
+ ${BUILDER_ROOT}/build.sh ${NO_UPLOAD} --flash-size '2g 4g' \
+ --snapshots ${NO_IMAGES} \
|| exit $?
fi
IFS=${OIFS}
OpenPOWER on IntegriCloud