summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-22 09:04:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-22 12:26:41 +0000
commit52a6e0a6fa86f80ee91d52abc779b6db667c367a (patch)
tree3346ad532b59300cc31698802480c92501dfecfb /solenv
parent1a4276c511240d51e1956d157655d219dc8254fc (diff)
testtool is gone these days
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/linkoo1
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);
}