diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-14 12:52:12 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-14 12:52:12 +0200 |
commit | 5c807a0b82bf57dc5c6cd3c7801d0bf4dc9752a9 (patch) | |
tree | 22518a80776fcb8432049ff24436347a1f56374b /pyuno | |
parent | e7e67bc6543a18a65cf32f4b33caca54404f27e8 (diff) | |
parent | 5c04ffa2a50e3d61cc9beae038e9069713cdefca (diff) |
#i10000# changes from OOO330 m10
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: |