SOURCES: rpm-build.sh - $distro->$dist variable change

glen glen at pld-linux.org
Tue Dec 12 02:40:06 CET 2006


Author: glen                         Date: Tue Dec 12 01:40:06 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- $distro->$dist variable change

---- Files affected:
SOURCES:
   rpm-build.sh (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SOURCES/rpm-build.sh
diff -u SOURCES/rpm-build.sh:1.13 SOURCES/rpm-build.sh:1.14
--- SOURCES/rpm-build.sh:1.13	Mon Dec 11 23:23:54 2006
+++ SOURCES/rpm-build.sh	Tue Dec 12 02:40:01 2006
@@ -72,7 +72,7 @@
 	local out
 	for a in "$@"; do
 		s=${a%.spec}.spec
-		out=$(cvs status -v $s | awk "/auto-$distro-/{if (!a++) print \$1}")
+		out=$(cvs status -v $s | awk "/auto-$dist-/{if (!a++) print \$1}")
 		echo "$s:$out"
 	done
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/rpm-build.sh?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list