SPECS: repackage.sh - typo
glen
glen at pld-linux.org
Mon Oct 23 22:13:42 CEST 2006
Author: glen Date: Mon Oct 23 20:13:42 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- typo
---- Files affected:
SPECS:
repackage.sh (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/repackage.sh
diff -u SPECS/repackage.sh:1.9 SPECS/repackage.sh:1.10
--- SPECS/repackage.sh:1.9 Mon Oct 23 22:13:21 2006
+++ SPECS/repackage.sh Mon Oct 23 22:13:37 2006
@@ -23,7 +23,7 @@
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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/repackage.sh?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list