To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53764





------- Additional comments from [EMAIL PROTECTED] Thu Aug 25 10:37:34 -0700 
2005 -------
After looking at it little more, the soffice script is terminating with the
return code of 0.  The issue seems to be the following section:

**************************
# execute soffice binary
"$sd_prog/$sd_binary" "$@"

while [ $? -eq 79 ]
do
  "$sd_prog/$sd_binary"
done

exit
**************************

When soffice.bin is called by "$sd_prog/$sd_binary" "$@", it returns "78".

---------------------------------------------------------------------
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]

Reply via email to