summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-07-09 11:57:42 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-07-09 11:57:42 +0000
commit61e3e19dca7662ce6e09265b66b0f5b6d5511777 (patch)
tree1aae7e4c906f36cd095da5b1f0c1020b30ce4bf0
parentd64a5ab47e94623386a6aa9a3b07131ef827c0e0 (diff)
downloadMPC-oci_mpc.tar.gz
Fixed the automatic value of TAO_ROOToci_mpc
-rw-r--r--modules/Driver.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Driver.pm b/modules/Driver.pm
index 23e0c58c..bd4bc0ea 100644
--- a/modules/Driver.pm
+++ b/modules/Driver.pm
@@ -246,7 +246,7 @@ sub run {
$relative{'TAO_ROOT'} = $ENV{TAO_ROOT};
}
else {
- $relative{'TAO_ROOT'} = "$relative{TAO_ROOT}/TAO";
+ $relative{'TAO_ROOT'} = "$relative{ACE_ROOT}/TAO";
}
}