summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_schedule_on_demand.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-07 14:12:48 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-07 14:12:48 +0100
commiteabc496a7c9d49d385d9f7ca492852753b355c0c (patch)
treed1a8ce4f8b2ebe21dcb81cd2b8e3ee9d38e3a16a /bin/reproducible_schedule_on_demand.sh
parent9f021b658c764292b9ebf93fa712d89d927045e4 (diff)
downloadjenkins.debian.net-eabc496a7c9d49d385d9f7ca492852753b355c0c.tar.xz
reproducible Debian: narf (fix yet another syntax)
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-rwxr-xr-xbin/reproducible_schedule_on_demand.sh4
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" \