Index: extract.pl =================================================================== RCS file: /cvsroot/technology/org.eclipse.dash/dashboard/commits/batch/extract.pl,v retrieving revision 1.5 diff -u -r1.5 extract.pl --- extract.pl 22 Oct 2009 18:07:13 -0000 1.5 +++ extract.pl 17 Jan 2011 16:21:47 -0000 @@ -54,7 +54,7 @@ return unless -r $filename; print "$proj\t$prefix/$filename\n"; if ($last) { - system ("cvs", "-q", rlog", "-d>$last", $filename); + system ("cvs", "-q", "rlog", "-d>$last", $filename); } else { system ("cvs", "-q", "rlog", $filename); }