summaryrefslogtreecommitdiffstats
path: root/tools/build_snapshots.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-11-25 13:38:09 -0200
committerRenato Botelho <renato@netgate.com>2015-11-25 13:38:33 -0200
commit0cc93b7486b5d41fb034cd7100707a2886f31fec (patch)
tree17d9cb9771a82ba23722de10b83fc65a8c147a56 /tools/build_snapshots.sh
parent668d95a2a23a42747bba44ff29e701ebbdac622f (diff)
downloadpfsense-0cc93b7486b5d41fb034cd7100707a2886f31fec.zip
pfsense-0cc93b7486b5d41fb034cd7100707a2886f31fec.tar.gz
Use $* to join all strings
Diffstat (limited to 'tools/build_snapshots.sh')
-rwxr-xr-xtools/build_snapshots.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh
index 98fcc6f..0e9dee7 100755
--- a/tools/build_snapshots.sh
+++ b/tools/build_snapshots.sh
@@ -84,7 +84,7 @@ export _sleeping=0
snapshot_update_status() {
${BUILDER_ROOT}/build.sh ${NO_UPLOAD} ${POUDRIERE_SNAPSHOTS} \
- --snapshot-update-status "$@"
+ --snapshot-update-status "$*"
}
git_last_commit() {
OpenPOWER on IntegriCloud