To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85180
                 Issue #|85180
                 Summary|desktop/scripts/unopkg.sh is broken
               Component|framework
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|code
             Assigned to|obr
             Reported by|rt





------- Additional comments from [EMAIL PROTECTED] Fri Jan 11 16:34:28 +0000 
2008 -------
In CWS so8s10u5 you changed desktop/scripts/unopkg.sh as

@@ -141,6 +141,10 @@
 PATH="$sd_prog":$PATH
 export PATH

+# assume gui mode if passed a single oxt file as argument
+GUI=""
+[ $# -eq 1 -a "oxt" = "`echo $1 | cut -d . -f 2'`" -a -n "$DISPLAY" ] && 
GUI="gui"
+
 # execute binary
-exec "$sd_prog/$sd_binary" "$@"
+exec "$sd_prog/$sd_binary" $GUI "$@"

With this changed file we now get in smoketestoo_native and smoketest_native
when running automated smoketest on linux an error message like

/tmp/rt/StarOffice/opt/staroffice8/program/uno: command substitution: line 1:
unexpected EOF while looking for matching `''
/tmp/rt/StarOffice/opt/staroffice8/program/uno: command substitution: line 2:
syntax error: unexpected end of file

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