summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2012-06-03 15:52:56 +0200
committerManuel Traut <manut@mecka.net>2012-06-03 15:52:56 +0200
commitba947b029cfc9825f77fff51ba9affe2d0424501 (patch)
treefbab005adcaa6c274d2b5ca570f339eea71923eb
parentda8eeabec353e94a067de5cb0200bb6680da53de (diff)
manager/bin fix ld prefix in run.sh
- has to be ../../io instead of ../io now due to split into bin and lib of manager Signed-off-by: Manuel Traut <manut@mecka.net>
-rwxr-xr-xmanager/bin/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager/bin/run.sh b/manager/bin/run.sh
index 8162204..2a2babc 100755
--- a/manager/bin/run.sh
+++ b/manager/bin/run.sh
@@ -17,6 +17,6 @@ if [ -z "$NS" ]; then
sleep 1
fi
-LD_LIBRARY_PATH=../io:../common ./distrio_manager \
+LD_LIBRARY_PATH=../../io:../../common ./distrio_manager \
-ORBInitRef NameService=corbaloc:iiop:localhost:12345/NameService \
$@