From 4e011da9221f20025f6d0ae5e28c4bb008401475 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 14 May 2011 22:02:25 +0300 Subject: Kill "BUILD_SOSL", some Hamburg thing --- solenv/bin/deliver.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'solenv/bin/deliver.pl') 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"); -- cgit