From e7fe60584b10f23904b5ca5b70d4af7b7774f9b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 16 Nov 2003 13:03:26 +0000 Subject: [PATCH] - use quotation marks for variable Changed files: rpm-find-spec-bcond -> 1.5 --- rpm-find-spec-bcond | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm-find-spec-bcond b/rpm-find-spec-bcond index b649075..67926b5 100644 --- a/rpm-find-spec-bcond +++ b/rpm-find-spec-bcond @@ -57,7 +57,7 @@ for bcond in $bconds; do } } END { print val }" $SPEC`; - if [ $isset -eq 1 ]; then + if [ "$isset" -eq 1 ]; then echo "WARN: $bcond defined in spec"; fi done -- 2.44.0