PLD-doc: notify-specsupdate.sh - match exact pkgs

glen glen at pld-linux.org
Sat Feb 19 20:29:48 CET 2011


Author: glen                         Date: Sat Feb 19 19:29:48 2011 GMT
Module: PLD-doc                       Tag: HEAD
---- Log message:
- match exact pkgs

---- Files affected:
PLD-doc:
   notify-specsupdate.sh (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: PLD-doc/notify-specsupdate.sh
diff -u PLD-doc/notify-specsupdate.sh:1.6 PLD-doc/notify-specsupdate.sh:1.7
--- PLD-doc/notify-specsupdate.sh:1.6	Tue Mar 30 23:08:28 2010
+++ PLD-doc/notify-specsupdate.sh	Sat Feb 19 20:29:43 2011
@@ -42,7 +42,7 @@
 for pkg in $files; do
 	[ -d "$topdir/$pkg" ] || continue
 	echo "$pkg:"
-	echo "$diff" | grep -E "^[-+]$pkg" || :
+	echo "$diff" | grep -E "^[-+]$pkg\(" || :
 	echo ""
 done
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/PLD-doc/notify-specsupdate.sh?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list