diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-07 14:15:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-07 14:15:01 +0100 |
commit | f376eaee6820cbf2293c4f7c574e1e0450e5df43 (patch) | |
tree | fc6add63c83ae2cc5b2c36eeefeaeaa5416f2394 /bin | |
parent | eabc496a7c9d49d385d9f7ca492852753b355c0c (diff) | |
download | jenkins.debian.net-f376eaee6820cbf2293c4f7c574e1e0450e5df43.tar.xz |
reproducible Debian: bash is wonderful
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 2 |
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="$@" |