From 5d83c092dbbe7bce85e5445ec4260562c6425529 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 14 Jun 2015 23:48:11 +0200 Subject: reproducible openwrt: fix syntax --- bin/reproducible_openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index bb98018e..84113da1 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 } -- cgit v1.2.3-54-g00ecf