mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 10:18:58 +02: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 );
|
fatal_error "$filename not found" unless ( -f $filename );
|
||||||
|
|
||||||
push @filestack, $currentfile;
|
push @filestack, $currentfile;
|
||||||
|
|
||||||
$currentfile = '';
|
$currentfile = undef;
|
||||||
|
|
||||||
open $currentfile, $filename or fatal_error "Unable to open $filename: $!";
|
open $currentfile, $filename or fatal_error "Unable to open $filename: $!";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user