diff options
author | Cor Nouws <oolst@nouenoff.nl> | 2012-02-22 09:29:31 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-22 09:42:02 +0000 |
commit | 81fc5e9208a9c5b5c3df9ea3fedb62ea6499b981 (patch) | |
tree | 0e2640b488051f8aea626daa2f79143fa4c58426 /solenv | |
parent | f1cf3d1d6a18af079f8afd0b18be5b15b043948e (diff) |
removed check on need to run Env.Host.sh first
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/ooinstall | 2 |
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; } |