diff options
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/log_accum.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl index ebf38f5..1ffe179 100755 --- a/CVSROOT/log_accum.pl +++ b/CVSROOT/log_accum.pl @@ -406,6 +406,7 @@ while (@ARGV) { } elsif ($arg eq '-h') { $longmailheader = 1; } else { + $donefiles = 0; ($donefiles) && die("Too many arguments! Check usage.\n"); $donefiles = 1; @files = split(/ /, $arg); |