diff options
| author | Manuel Traut <manut@mecka.net> | 2012-09-23 21:23:08 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-09-23 21:23:08 +0200 |
| commit | 2a81bd3d5cc7f6653adef9f6653ff4a20709b0d7 (patch) | |
| tree | b4b11094534907acb27272e4ea3c10cf6b75bda3 /io/bin/generic_gpio/run.sh | |
| parent | bdf4c406cd80fe0e25df68ef98a8b626093290c4 (diff) | |
client/test: test client to lookup devices /functions etc
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'io/bin/generic_gpio/run.sh')
| -rwxr-xr-x | io/bin/generic_gpio/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/bin/generic_gpio/run.sh b/io/bin/generic_gpio/run.sh index efb1a72..249b770 100755 --- a/io/bin/generic_gpio/run.sh +++ b/io/bin/generic_gpio/run.sh @@ -4,7 +4,7 @@ # # author: Manuel Traut <manut@mecka.net> -LD_LIBRARY_PATH=../../lib:../../../common:../../../manager/lib \ +LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../lib:../../../common:../../../manager/lib \ ./distrio_generic_gpio \ -ORBInitRef NameService=corbaloc:iiop:localhost:12345/NameService \ $@ |
