diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-14 12:52:12 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-14 12:52:12 +0200 |
commit | 5c807a0b82bf57dc5c6cd3c7801d0bf4dc9752a9 (patch) | |
tree | 22518a80776fcb8432049ff24436347a1f56374b /ure/source | |
parent | e7e67bc6543a18a65cf32f4b33caca54404f27e8 (diff) | |
parent | 5c04ffa2a50e3d61cc9beae038e9069713cdefca (diff) |
#i10000# changes from OOO330 m10
Diffstat (limited to 'ure/source')
-rw-r--r-- | ure/source/startup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ure/source/startup.sh b/ure/source/startup.sh index 6d79b8d72060..7130d172809b 100644 --- a/ure/source/startup.sh +++ b/ure/source/startup.sh @@ -39,7 +39,7 @@ epath=`dirname "$0"` if [ -x "${epath}/javaldx" ] ; then jpath=`"${epath}/javaldx" $my_envargs` if [ -n "${jpath}" ]; then - LD_LIBRARY_PATH=${jpath}${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}} + LD_LIBRARY_PATH=${jpath}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} export LD_LIBRARY_PATH fi fi |