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





------- Additional comments from [EMAIL PROTECTED] Fri Apr  8 08:00:19 -0700 
2005 -------
> This is only one of the two places where you added -r..

Oeh, but my patch (issue 46572) only added one -r.

The other one is in the KAFFE_VER part:

KAFFE_VER=`$JAVAINTERPRETER -version 2>&1 | $EGREP "  Version:" | $SED -r "s/.*
 Version: ([[0-9\.]]*).*/\1/"`
          
I don't know what kaffe outputs, but can you try (replace the $SED part with):

$AWK '/.*Version: [[0-9.]]*/ {print gensub (".*Version: 
([[0-9.]]+).*","\\1",g);}'

(One line)

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