summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCor Nouws <oolst@nouenoff.nl>2012-02-22 09:29:31 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-02-22 09:42:02 +0000
commit81fc5e9208a9c5b5c3df9ea3fedb62ea6499b981 (patch)
tree0e2640b488051f8aea626daa2f79143fa4c58426
parentvcl: fdo#46399 cleanup and share dummy virtual methods ... (diff)
downloadcore-81fc5e9208a9c5b5c3df9ea3fedb62ea6499b981.tar.gz
core-81fc5e9208a9c5b5c3df9ea3fedb62ea6499b981.zip
removed check on need to run Env.Host.sh first
-rwxr-xr-xsolenv/bin/ooinstall2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall
index b7a5d941886a..4dcbe13441e2 100755
--- a/solenv/bin/ooinstall
+++ b/solenv/bin/ooinstall
@@ -16,8 +16,6 @@ $do_link = 0;
$is_windows = 0;
my $tmp_dir;
-die "You need to source Env.Host.sh first " if (!defined $ENV{SRC_ROOT});
-
if ($ENV{GUI} eq 'WNT') {
$is_windows = 1;
}