[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: narf (fix yet another syntax)

Holger Levsen holger at layer-acht.org
Mon Nov 7 13:12:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit eabc496a7c9d49d385d9f7ca492852753b355c0c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 7 14:12:48 2016 +0100

    reproducible Debian: narf (fix yet another syntax)
---
 bin/reproducible_schedule_on_demand.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index d521fd9..aba5657 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" \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list