summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-19 15:32:47 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-19 15:32:47 +0000
commitf9a0272baba567e2e207a743377ad68081fd73e9 (patch)
treebd81ee650afbcc4eec4327af58c91a60c48b014e
parent36e960cabedd971fc54286a43446c36104b49f9b (diff)
downloadATCD-f9a0272baba567e2e207a743377ad68081fd73e9.tar.gz
fixed printout at end
-rwxr-xr-xTAO/orbsvcs/tests/start_services4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/start_services b/TAO/orbsvcs/tests/start_services
index bfcd1b99f8c..51c8b41f732 100755
--- a/TAO/orbsvcs/tests/start_services
+++ b/TAO/orbsvcs/tests/start_services
@@ -104,5 +104,5 @@ ps $ps_opts | grep Service | grep -v grep
echo
echo Note: if you will be running an application that uses the Naming Service,
echo you might want to set the NameService environment variable, like this:
-echo 't/csh: % setenv NameService `cat /tmp/nameserviceior_$login`'
-echo 'bash: $ export NameService=`cat /tmp/nameserviceior_$login`'
+echo 't/csh: % setenv NameService `cat /tmp/nameserviceior_'$login'`'
+echo 'bash: $ export NameService=`cat /tmp/nameserviceior_'$login'`'