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 | 33192399848807a2029ecf398f843c2810e4f894 (patch) | |
tree | 7337a9080ebf306e4ad632ec468a8e1e9814b45d /pyuno | |
parent | 8c29f37b193ac59d62879b0303a997f09613e1db (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 680c6a241572..b57bc6c3e3b6 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: |