[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: fix syntax

Holger Levsen holger at layer-acht.org
Mon Nov 7 13:11:24 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 9f021b658c764292b9ebf93fa712d89d927045e4
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 7 14:11:20 2016 +0100

    reproducible Debian: fix syntax
---
 bin/reproducible_schedule_on_demand.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index 8358319..d521fd9 100755
--- a/bin/reproducible_schedule_on_demand.sh
+++ b/bin/reproducible_schedule_on_demand.sh
@@ -13,7 +13,7 @@ else
 	exit 1
 fi
 
-if [ "$@" = "" ] ; then
+if [ -z "$@" ] ; then
 	PARAMS = "--help"
 else
 	PARAMS = "$@"

-- 
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