diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-22 09:04:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-22 12:26:41 +0000 |
commit | 52a6e0a6fa86f80ee91d52abc779b6db667c367a (patch) | |
tree | 3346ad532b59300cc31698802480c92501dfecfb /solenv/bin/linkoo | |
parent | 1a4276c511240d51e1956d157655d219dc8254fc (diff) |
testtool is gone these days
Diffstat (limited to 'solenv/bin/linkoo')
-rwxr-xr-x | solenv/bin/linkoo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo index daef86755084..86ac2476e954 100755 --- a/solenv/bin/linkoo +++ b/solenv/bin/linkoo @@ -414,7 +414,6 @@ if (!-f "$OOO_INSTALL/" . $brand_program_dir . "/ooenv") { open ($ooenv, ">$OOO_INSTALL/" . $brand_program_dir . "/ooenv") || die "Can't open $OOO_INSTALL/" . $brand_program_dir . "/ooenv: $!"; print $ooenv "thisdir=$OOO_INSTALL/" . $brand_program_dir . "/\n"; print $ooenv $env_script; - print $ooenv "# testtool\nexport SRC_ROOT=$OOO_BUILD\n"; close ($ooenv); } |