From: adgor Date: Sun, 30 Nov 2003 13:48:19 +0000 (+0000) Subject: - Ops... quotation needed X-Git-Tag: auto/ac/rpm-4_3-0_20030610_30~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=commitdiff_plain;h=2a129ee02bd330103f2ec760fe3f2ca0098cdf96 - Ops... quotation needed Changed files: rpm-find-spec-bcond -> 1.7 --- 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