#i10000# initialize SourceConfig object with SOLARSRC variable
This commit is contained in:
parent
3254d3c1fb
commit
dd7c14f1dc
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ my $solverdir = '';
|
|||
my $platform = '';
|
||||
my $milestoneext = '';
|
||||
my $local_env = 0;
|
||||
my $source_config = SourceConfig -> new();
|
||||
my $source_config = SourceConfig -> new($ENV{SOLARSRC});
|
||||
my @exceptionmodlist = (
|
||||
"postprocess",
|
||||
"instset.*native",
|
||||
|
|
Loading…
Reference in a new issue