[Popcon-commits] cvs commit to popularity-contest by ballombe
popcon-commits@lists.alioth.debian.org
popcon-commits@lists.alioth.debian.org
Fri, 14 May 2004 04:47:19 -0600
Update of /cvsroot/popcon/popularity-contest
In directory haydn:/tmp/cvs-serv10102
Modified Files:
popularity-contest
Log Message:
Clean up the files filtering regexp.
Index: popularity-contest
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popularity-contest,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- popularity-contest 14 May 2004 10:07:35 -0000 1.8
+++ popularity-contest 14 May 2004 10:47:17 -0000 1.9
@@ -83,7 +83,7 @@
while (<FILES>)
{
chop;
- m{/\.*bin/|/sbin/|^/usr/games/|\.[ah]$} or next;
+ m{/bin/|/sbin/|^/usr/games/|\.[ah]$} or next;
-f $_ or next;
my($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,
$atime,$mtime,$ctime,$blksize,$blocks)