]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 23 Oct 2006 20:13:37 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    repackage.sh -> 1.10

repackage.sh

index 53e529c885a1e92984314673539364e41de6b651..75b62e63f9da67fdcb3a125de7242862ac87313f 100644 (file)
@@ -23,7 +23,7 @@ fi
 
 BCONDS=$(./builder --show-bconds $specfile)
 # ignore output from older builders whose output is not compatible.
-if [ "$(echo "$bconds" | wc -l)" -gt 1 ]; then
+if [ "$(echo "$BCONDS" | wc -l)" -gt 1 ]; then
        BCONDS=""
 fi
 
This page took 0.03218 seconds and 4 git commands to generate.