diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-07 14:12:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-07 14:12:48 +0100 |
commit | eabc496a7c9d49d385d9f7ca492852753b355c0c (patch) | |
tree | d1a8ce4f8b2ebe21dcb81cd2b8e3ee9d38e3a16a /bin/reproducible_schedule_on_demand.sh | |
parent | 9f021b658c764292b9ebf93fa712d89d927045e4 (diff) | |
download | jenkins.debian.net-eabc496a7c9d49d385d9f7ca492852753b355c0c.tar.xz |
reproducible Debian: narf (fix yet another syntax)
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index d521fd98..aba56576 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -14,9 +14,9 @@ else fi if [ -z "$@" ] ; then - PARAMS = "--help" + PARAMS="--help" else - PARAMS = "$@" + PARAMS="$@" fi LC_USER="$REQUESTER" \ |