forked from extern/shorewall_code
Temporarily disable fix for exported variables
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f9003fab43
commit
137cc48779
@ -6012,9 +6012,7 @@ sub export_params() {
|
||||
# Don't export pairs from %ENV
|
||||
#
|
||||
if ( defined $ENV{$param} ) {
|
||||
unless ( $export || $test ) {
|
||||
next if $value eq $ENV{$param};
|
||||
}
|
||||
next if $value eq $ENV{$param};
|
||||
} elsif ( exists $ENV{$param} ) {
|
||||
next unless supplied $value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user