summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_schedule_on_demand.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-07 14:15:01 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-07 14:15:01 +0100
commitf376eaee6820cbf2293c4f7c574e1e0450e5df43 (patch)
treefc6add63c83ae2cc5b2c36eeefeaeaa5416f2394 /bin/reproducible_schedule_on_demand.sh
parenteabc496a7c9d49d385d9f7ca492852753b355c0c (diff)
downloadjenkins.debian.net-f376eaee6820cbf2293c4f7c574e1e0450e5df43.tar.xz
reproducible Debian: bash is wonderful
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-rwxr-xr-xbin/reproducible_schedule_on_demand.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index aba56576..77a7b321 100755
--- a/bin/reproducible_schedule_on_demand.sh
+++ b/bin/reproducible_schedule_on_demand.sh
@@ -13,7 +13,7 @@ else
exit 1
fi
-if [ -z "$@" ] ; then
+if [ -z "$1" ] ; then
PARAMS="--help"
else
PARAMS="$@"