To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72685
------- Additional comments from [EMAIL PROTECTED] Thu Dec 21 16:04:31 -0800
2006 -------
patch might be something like that...
% ooo2cvs diff -u scripts/soffice_lean.sh
Index: scripts/soffice_lean.sh
===================================================================
RCS file: /cvs/framework/desktop/scripts/soffice_lean.sh,v
retrieving revision 1.7
diff -u -r1.7 soffice_lean.sh
--- scripts/soffice_lean.sh 5 Jul 2006 22:34:10 -0000 1.7
+++ scripts/soffice_lean.sh 22 Dec 2006 00:04:05 -0000
@@ -98,9 +98,9 @@
Darwin)
# this is a temporary hack until we can live with the default search paths
if [ $DYLD_LIBRARY_PATH ]; then
- SYSTEM_DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH
+ SYSTEM_DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH"
export SYSTEM_DYLD_LIBRARY_PATH
- DYLD_LIBRARY_PATH="$sd_prog":$DYLD_LIBRARY_PATH
+ DYLD_LIBRARY_PATH="$sd_prog":"$DYLD_LIBRARY_PATH"
else
DYLD_LIBRARY_PATH="$sd_prog"
fi
@@ -134,9 +134,9 @@
*)
# this is a temporary hack until we can live with the default search paths
if [ $LD_LIBRARY_PATH ]; then
- SYSTEM_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
+ SYSTEM_LD_LIBRARY_PATH="$LD_LIBRARY_PATH"
export SYSTEM_LD_LIBRARY_PATH
- LD_LIBRARY_PATH="$sd_prog":$LD_LIBRARY_PATH
+ LD_LIBRARY_PATH="$sd_prog":"$LD_LIBRARY_PATH"
else
LD_LIBRARY_PATH="$sd_prog"
fi
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]