forked from extern/shorewall_code
Omit warning message
This commit is contained in:
parent
cdb75bfd96
commit
b224eb80d5
@ -2905,13 +2905,9 @@ sub get_params() {
|
||||
|
||||
fatal_error "Processing of $fn failed" if $?;
|
||||
|
||||
my $variable;
|
||||
|
||||
for ( @params ) {
|
||||
if ( /^export (.*?)='(.*)'$/ ) {
|
||||
$params{$variable = $1} = $2 unless $1 eq '_';
|
||||
} elsif ( /^export (.*?)='/ ) {
|
||||
warning_message "Exported symbol '$1' ignored";
|
||||
$params{$1} = $2 unless $1 eq '_';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user