diff options
author | sb <sb@openoffice.org> | 2010-09-09 10:48:03 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-09-09 10:48:03 +0200 |
commit | 8f59192de2aeac36867355b434f00c0b77889f35 (patch) | |
tree | fc56efd201eade2cefc7dd56df32365e3c8bb38f /pyuno | |
parent | b5496876a7f4e9b271adf2630e7adfb00562f796 (diff) |
hb22: #b6982587# treat null LD_LIBRARY_PATH like unset one
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/zipcore/python.sh | 2 |
1 files changed, 1 insertions, 1 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: |