mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-12 08:38:14 +01:00
Fix -e and EXPORTPARAMS
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5916 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7036b48573
commit
f87b40e6a1
@ -70,7 +70,6 @@ INIT {
|
|||||||
#
|
#
|
||||||
|
|
||||||
sub generate_script_1() {
|
sub generate_script_1() {
|
||||||
my $export = $_[0];
|
|
||||||
|
|
||||||
copy $globals{SHAREDIRPL} . 'prog.header';
|
copy $globals{SHAREDIRPL} . 'prog.header';
|
||||||
|
|
||||||
@ -161,7 +160,7 @@ sub generate_script_1() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
append_file 'params' if $export;
|
append_file 'params' if $config{EXPORTPARAMS};
|
||||||
|
|
||||||
emitj ( '',
|
emitj ( '',
|
||||||
"STOPPING=",
|
"STOPPING=",
|
||||||
|
Loading…
Reference in New Issue
Block a user