summaryrefslogtreecommitdiffstats
path: root/CVSROOT/log_accum.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CVSROOT/log_accum.pl')
-rwxr-xr-xCVSROOT/log_accum.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl
index 827d113..8b0bccc 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -237,6 +237,7 @@ sub change_summary_changed {
$rcsfile = $revline[3];
$rcsfile =~ s,^$CVSROOT[/]+,,;
$rcsfile =~ s/,v$//;
+ last;
}
}
close(RCS);
@@ -249,6 +250,7 @@ sub change_summary_changed {
$delta = $_;
$delta =~ s/^.*;//;
$delta =~ s/^[\s]+lines://;
+ last;
}
}
close(RCS);
OpenPOWER on IntegriCloud