diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-03 15:52:56 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-03 15:52:56 +0200 |
| commit | ba947b029cfc9825f77fff51ba9affe2d0424501 (patch) | |
| tree | fbab005adcaa6c274d2b5ca570f339eea71923eb | |
| parent | da8eeabec353e94a067de5cb0200bb6680da53de (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-x | manager/bin/run.sh | 2 |
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 \ $@ |
