SPECS: relup.sh - typos

glen glen at pld-linux.org
Fri Dec 8 15:54:07 CET 2006


Author: glen                         Date: Fri Dec  8 14:54:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- typos

---- Files affected:
SPECS:
   relup.sh (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/relup.sh
diff -u SPECS/relup.sh:1.9 SPECS/relup.sh:1.10
--- SPECS/relup.sh:1.9	Fri Dec  8 15:22:46 2006
+++ SPECS/relup.sh	Fri Dec  8 15:54:02 2006
@@ -66,7 +66,8 @@
 for file in $(ls "$tmpd" 2>/dev/null); do
 	files=$(cat "$tmpd/$file")
 	rel=$(basename "$file")
-	echo cvs ci -m "'- rel $rel${message:+ ($message)}'"
+	msg="- rel $rel${message:+ ($message)}"
+	echo cvs ci -m "'$msg'"
 	cvs ci -m "$msg" $files
 done
 rm -rf $tmpd
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/relup.sh?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list