From 2a129ee02bd330103f2ec760fe3f2ca0098cdf96 Mon Sep 17 00:00:00 2001 From: adgor Date: Sun, 30 Nov 2003 13:48:19 +0000 Subject: [PATCH] - Ops... quotation needed Changed files: rpm-find-spec-bcond -> 1.7 --- 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 a14e952..8306b4a 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 [ x$isset = x1 ]; then + if [ x"$isset" = x"1" ]; then echo "WARN: $bcond defined in spec"; fi done -- 2.43.0