diff options
author | obo <obo@openoffice.org> | 2010-10-08 08:45:29 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-10-08 08:45:29 +0200 |
commit | b2f9f93005e951c747a3a8f40dbd34edc859e213 (patch) | |
tree | 7e67af7f753f5b86593873a04d261b66b7a7795c | |
parent | d3aae8db768130fae8406b1d83ddda14b518c4be (diff) | |
parent | 77d00ef5cb79dd62aea1beb80aeea4fb655dbde9 (diff) |
CWS-TOOLING: integrate CWS hb22ooo/OOO330_m12ooo/OOO330_m11ooo/OOO330_m10
-rw-r--r-- | pyuno/zipcore/python.sh | 2 | ||||
-rw-r--r-- | ure/source/startup.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/zipcore/python.sh b/pyuno/zipcore/python.sh index f471b1dfd..b53e369fe 100644 --- a/pyuno/zipcore/python.sh +++ b/pyuno/zipcore/python.sh @@ -44,7 +44,7 @@ PATH=$sd_prog${PATH+:$PATH} export PATH # Set LD_LIBRARY_PATH so that "import pyuno" finds libpyuno.so: -LD_LIBRARY_PATH=$sd_prog/../basis-link/program:$sd_prog/../basis-link/ure-link/lib${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH} +LD_LIBRARY_PATH=$sd_prog/../basis-link/program:$sd_prog/../basis-link/ure-link/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} export LD_LIBRARY_PATH # Set UNO_PATH so that "officehelper.bootstrap()" can find soffice executable: diff --git a/ure/source/startup.sh b/ure/source/startup.sh index 70748f262..7f973c5bf 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 |