mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-28 18:43:30 +01:00
Prevent random progress messages during compilation.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c57c42856b
commit
43c7e4f12b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user