diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-28 00:51:55 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-28 00:51:55 +0000 |
commit | 7249bebfe0c136921327746d690083bb156b99d5 (patch) | |
tree | 0e35bdbf47b54329afd6357a63ad0b4a5841dd27 /TAO/examples/Quoter | |
parent | b897ed99dafb3ad69009693593de52c269f11ff7 (diff) | |
download | ATCD-7249bebfe0c136921327746d690083bb156b99d5.tar.gz |
Fri Jul 28 00:44:26 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/examples/Quoter')
-rwxr-xr-x | TAO/examples/Quoter/run_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Quoter/run_test.pl b/TAO/examples/Quoter/run_test.pl index 143228896c5..4b66ee656c0 100755 --- a/TAO/examples/Quoter/run_test.pl +++ b/TAO/examples/Quoter/run_test.pl @@ -8,7 +8,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' # This is a Perl script that runs the client and all the other servers that # are needed. -use lib '../../../bin'; +use lib "$ENV{ACE_ROOT}/bin"; use PerlACE::Run_Test; $nsiorfile = PerlACE::LocalFile ("ns.ior"); |