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 | b52411d425729abc07766b4568e02d7e30f08a23 (patch) | |
tree | 2e9b67433b9c9618853639b8ec298e1431f4d83b /svx | |
parent | 686d03df2107d170d255f388c3ee7797996c5f02 (diff) | |
parent | 81411a6cdf34032cf9d6685c510d490d945433bc (diff) |
CWS-TOOLING: integrate CWS hb22
Notes
Notes:
split repo tag: libs-core_ooo/OOO330_m10
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/gengal/gengal.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/gengal/gengal.sh b/svx/source/gengal/gengal.sh index 98e2cc1c845a..a760b8e085d0 100644 --- a/svx/source/gengal/gengal.sh +++ b/svx/source/gengal/gengal.sh @@ -67,17 +67,17 @@ case $sd_platform in ;; Darwin) - DYLD_LIBRARY_PATH=${sd_prog}${DYLD_LIBRARY_PATH+:${DYLD_LIBRARY_PATH}} + DYLD_LIBRARY_PATH=${sd_prog}${DYLD_LIBRARY_PATH:+:${DYLD_LIBRARY_PATH}} export DYLD_LIBRARY_PATH ;; HP-UX) - SHLIB_PATH=${sd_prog}:/usr/openwin/lib${SHLIB_PATH+:${SHLIB_PATH}} + SHLIB_PATH=${sd_prog}:/usr/openwin/lib${SHLIB_PATH:+:${SHLIB_PATH}} export SHLIB_PATH ;; *) - LD_LIBRARY_PATH=${sd_prog}${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}} + LD_LIBRARY_PATH=${sd_prog}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} export LD_LIBRARY_PATH ;; esac |