From 87c56a107ee24a9a3e9e69fc24bbeebedb712c12 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 22 Aug 2017 10:05:40 -0300 Subject: Remove quotes from commands --- tools/build_snapshots.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools') 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} -- cgit v1.1