summaryrefslogtreecommitdiff
path: root/solenv/bin/deliver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/deliver.pl')
-rwxr-xr-xsolenv/bin/deliver.pl7
1 files changed, 1 insertions, 6 deletions
diff --git a/solenv/bin/deliver.pl b/solenv/bin/deliver.pl
index 645d0ceadbb4..74ed2020184a 100755
--- a/solenv/bin/deliver.pl
+++ b/solenv/bin/deliver.pl
@@ -494,12 +494,7 @@ sub init_globals
}
# Do we have common trees?
- if ( defined($ENV{'BUILDSOLVER'}) && $ENV{'BUILDSOLVER'} ne '' )
- {
- $dest = $ENV{'BUILDSOLVER'}.'/'.$ENV{'UPD'}.'/'.$ENV{'INPATH'};
- $common_dest = $dest;
- }
- elsif ( defined($ENV{'common_build'}) && $ENV{'common_build'} eq 'TRUE' ) {
+ if ( defined($ENV{'common_build'}) && $ENV{'common_build'} eq 'TRUE' ) {
$common_build = 1;
if ((defined $common_outdir) && ($common_outdir ne "")) {
$common_outdir = $common_outdir . ".pro" if $inpath =~ /\.pro$/;