summaryrefslogtreecommitdiffstats
path: root/solenv/bin/deliver.pl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-14 22:02:25 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-14 22:02:30 +0300
commit4e011da9221f20025f6d0ae5e28c4bb008401475 (patch)
tree5bc10acea2240b6561cd500e25a26e45706639e8 /solenv/bin/deliver.pl
parentKill "BUILD_SOSL_RELEASE" (diff)
downloadcore-4e011da9221f20025f6d0ae5e28c4bb008401475.tar.gz
core-4e011da9221f20025f6d0ae5e28c4bb008401475.zip
Kill "BUILD_SOSL", some Hamburg thing
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");