]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- Ops... quotation needed
authoradgor <adgor@pld-linux.org>
Sun, 30 Nov 2003 13:48:19 +0000 (13:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-find-spec-bcond -> 1.7

rpm-find-spec-bcond

index a14e952bcf84a7b878cfd182c2ab4c8b3c43e56e..8306b4a524381ca1365c527ca0732dd612dbc375 100644 (file)
@@ -57,7 +57,7 @@ for bcond in $bconds; do
                      }
                   } END { print val }" $SPEC`;
 
                      }
                   } END { print val }" $SPEC`;
 
-    if [ x$isset = x1 ]; then
+    if [ x"$isset" = x"1" ]; then
        echo "WARN: $bcond defined in spec";
     fi
 done
        echo "WARN: $bcond defined in spec";
     fi
 done
This page took 0.120081 seconds and 4 git commands to generate.