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
commit0d92ca59a56037c3db46cb15142c55484d70a9f2 (patch)
treef79ca291230712737ed5f8dd09e32a316f6e7865
parente0565e945ef6e9bd9073a4df02375d9a47196891 (diff)
downloadATCD-0d92ca59a56037c3db46cb15142c55484d70a9f2.tar.gz
Fixed the automatic value of TAO_ROOT
-rw-r--r--bin/MakeProjectCreator/modules/Driver.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/modules/Driver.pm b/bin/MakeProjectCreator/modules/Driver.pm
index 23e0c58ccad..bd4bc0ea324 100644
--- a/bin/MakeProjectCreator/modules/Driver.pm
+++ b/bin/MakeProjectCreator/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";
}
}