Prevent random progress messages during compilation.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-09-27 15:56:22 -07:00
parent 75d50d126c
commit 0109b8113a

View File

@ -1568,6 +1568,7 @@ sub do_open_file( $ ) {
my $fname = $_[0];
open $currentfile, '<', $fname or fatal_error "Unable to open $fname: $!";
$currentlinenumber = 0;
$first_entry = 0;
$currentfilename = $fname;
}