[Popcon-commits] cvs commit to popularity-contest by ballombe

ballombe at cvs.alioth.debian.org ballombe at cvs.alioth.debian.org
Wed Aug 15 15:21:00 UTC 2007


Update of /cvsroot/popcon/popularity-contest
In directory alioth:/tmp/cvs-serv2721

Modified Files:
	popularity-contest 
Log Message:
Add missing $ after .pm


Index: popularity-contest
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popularity-contest,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- popularity-contest	15 Jun 2007 20:10:11 -0000	1.18
+++ popularity-contest	15 Aug 2007 15:20:58 -0000	1.19
@@ -83,7 +83,7 @@
   while (<FILES>)
   {
     chop;
-    m{/bin/|/sbin/|^/usr/games/|\.[ah]$|\.pm|\.php|^/boot/System\.map-} or next;
+    m{/bin/|/sbin/|^/usr/games/|\.[ah]$|\.pm$|\.php$|^/boot/System\.map-} or next;
     -f $_ or next;
     my($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,
                       $atime,$mtime,$ctime,$blksize,$blocks)




More information about the Popcon-commits mailing list