summaryrefslogtreecommitdiff
path: root/ure
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-10-21 16:44:33 +0200
committersb <sb@openoffice.org>2010-10-21 16:44:33 +0200
commit9b8159f6c0f0a7525273f630e9ac1489fe1b946e (patch)
tree551fb33013a5a2ab793bb15d539890a567978b6e /ure
parente3d08367e9c907b94f3576f266dc8a2154414d2c (diff)
parentd0b6725a60a3ca5fa8ca7d2e55a51f9ba8720f85 (diff)
sb131: merged in DEV300_m90
Diffstat (limited to 'ure')
-rw-r--r--ure/source/startup.sh2
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