mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-15 17:29:24 +01:00
First hack at INCLUDE processing -- take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5741 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
e0c8403a42
commit
5eccf1fd71
@ -310,8 +310,8 @@ sub read_a_line {
|
||||
fatal_error "$filename not found" unless ( -f $filename );
|
||||
|
||||
push @filestack, $currentfile;
|
||||
|
||||
$currentfile = '';
|
||||
|
||||
$currentfile = undef;
|
||||
|
||||
open $currentfile, $filename or fatal_error "Unable to open $filename: $!";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user