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

Holger Levsen holger at moszumanska.debian.org
Mon May 25 08:14:00 UTC 2015


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 e63ae002e1159103138a28d1bc5a46167f488f92
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 25 10:13:56 2015 +0200

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

diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index cbd64f9..30b5ac9 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -255,7 +255,7 @@ update_bug_stats() {
 				echo "Open: ${OPEN[$TAG]}"
 				echo "Done: ${DONE[$TAG]}"
 				exit 1
-			elif [ ${DONE[$TAG]} !=0 ] || [ ${OPEN[$TAG]} !=0 ] ; then
+			elif [ "${DONE[$TAG]}" !=0 ] || [ "${OPEN[$TAG]}" !=0 ] ; then
 				GOT_BTS_RESULTS=true
 			fi
 			SQL="$SQL, ${OPEN[$TAG]}, ${DONE[$TAG]}"

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