infra: fix transitive option propagation in gen_config.pl

This commit is contained in:
Thomas Schoebel-Theuer 2014-08-05 13:27:01 +02:00
parent 3a6ff3d2c8
commit 646dbfeed8
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ foreach my $opt (@default) {
print qq%
/* CONFIG_$optname overridden by ENVIRONMENT */%;
$optval = $setByEnv{$optname};
$opt->{value} = $optval;
}
if (!defined($optname) || !defined($optval)) {