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