summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-07 12:14:15 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-07 12:14:15 +0000
commit4efb8be1b5f03c14230c27726b3dbca99345ab28 (patch)
tree01266b19bb67aff4d43ccd81632f5df27144306a /desktop/scripts
parentde934336a5f1ce8c6dc4613825b606fd0813e50a (diff)
INTEGRATION: CWS pj73 (1.25.164); FILE MERGED
2007/02/14 20:51:01 pjanik 1.25.164.1: #i72685#: quote the path to libraries, because it can contain space.
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/soffice.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 13d2f939ae3f..c7719b243bc2 100644
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -5,9 +5,9 @@
#
# $RCSfile: soffice.sh,v $
#
-# $Revision: 1.25 $
+# $Revision: 1.26 $
#
-# last change: $Author: kz $ $Date: 2006-07-05 22:33:58 $
+# last change: $Author: obo $ $Date: 2007-03-07 13:14:15 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -43,9 +43,9 @@
SAL_ENABLE_FILE_LOCKING=1
export SAL_ENABLE_FILE_LOCKING
-# Uncomment the below line if you suspect that OpenGL is not
+# Uncomment the line below if you suspect that OpenGL is not
# working on your system.
-# export SAL_NOOPENGL=true;
+# SAL_NOOPENGL=true; export SAL_NOOPENGL
sd_platform=`uname -s`
@@ -105,7 +105,7 @@ case $sd_platform in
Darwin)
# this is a temporary hack until we can live with the default search paths
- if [ $DYLD_LIBRARY_PATH ]; then
+ if [ "$DYLD_LIBRARY_PATH" ]; then
SYSTEM_DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH
export SYSTEM_DYLD_LIBRARY_PATH
DYLD_LIBRARY_PATH="$sd_prog$add_moz_lib":$DYLD_LIBRARY_PATH