summaryrefslogtreecommitdiff
path: root/ure/source/startup.sh
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-10-08 08:45:29 +0200
committerobo <obo@openoffice.org>2010-10-08 08:45:29 +0200
commit5c04ffa2a50e3d61cc9beae038e9069713cdefca (patch)
tree915993f3d6d3716822225767001da6e9a4249914 /ure/source/startup.sh
parent65f279df2fe065c01c5c5c08a140d50f35fef469 (diff)
parent82f6bdd27c0e6d64864df6ec3f5c1ce486806a79 (diff)
CWS-TOOLING: integrate CWS hb22
Notes
Notes: split repo tag: ure_ooo/OOO330_m10 split repo tag: ure_ooo/OOO330_m11 split repo tag: ure_ooo/OOO330_m12
Diffstat (limited to 'ure/source/startup.sh')
-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