summaryrefslogtreecommitdiff
path: root/solenv/bin/deliver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/deliver.pl')
-rwxr-xr-xsolenv/bin/deliver.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/bin/deliver.pl b/solenv/bin/deliver.pl
index 22ec376af8f7..43f826ba9ec3 100755
--- a/solenv/bin/deliver.pl
+++ b/solenv/bin/deliver.pl
@@ -458,7 +458,6 @@ sub init_globals
$umask = 22;
}
- my $build_sosl = $ENV{'BUILD_SOSL'};
my $common_outdir = $ENV{'COMMON_OUTDIR'};
my $inpath = $ENV{'INPATH'};
my $solarversion = $ENV{'SOLARVERSION'};
@@ -466,7 +465,7 @@ sub init_globals
my $work_stamp = $ENV{'WORK_STAMP'};
# special security check for release engineers
- if ( defined($updater) && !defined($build_sosl) && !$opt_force) {
+ if ( defined($updater) && !$opt_force) {
my $path = getcwd();
if ( $path !~ /$work_stamp/io ) {
print_error("can't deliver from local directory to SOLARVERSION");