From a696cb70203001db32d6555a61e5a2bef70ba5b1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 25 May 2015 10:33:34 +0200 Subject: 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 30b5ac96..6ddc5adc 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]}" -- cgit v1.2.3-70-g09d2