From ba947b029cfc9825f77fff51ba9affe2d0424501 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sun, 3 Jun 2012 15:52:56 +0200 Subject: 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 --- manager/bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ $@ -- cgit v1.2.3