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

Holger Levsen holger at moszumanska.debian.org
Sun Jun 14 21:48:47 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 5d83c092dbbe7bce85e5445ec4260562c6425529
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jun 14 23:48:11 2015 +0200

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

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index bb98018..84113da 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -60,7 +60,7 @@ call_debbindiff() {
 			msg="$(date -u) - Something weird happened when running $DBDVERSION on $1/$2 (which exited with $RESULT) and I don't know how to handle it."
 			;;
 	esac
-	if [ ! -z $msg ] ; then
+	if [ ! -z "$msg" ] ; then
 		echo $msg | tee -a $TMPDIR/$1/$2.html
 	fi
 }

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