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





------- Additional comments from [EMAIL PROTECTED] Mon Jun 27 21:27:27 -0700 
2005 -------
Hmm, looks like it doesn't work with my sed:

[EMAIL PROTECTED]:~> cat
/proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MicrosoftSDK/InstalledSDKs/*/Install\
Dir 2>/dev/null | head -n 1 | sed 's/\x00.*$//'; echo
C:\Program Files\Microsoft SDK\C:\Program Files\Microsoft SDK\C:\Program
Files\Microsoft SDK\C:\Program Files\Microsoft SDK\C:\Program Files\Microsoft
SDK\C:\Program Files\Microsoft SDK\
[EMAIL PROTECTED]:~> 

It only eat the final 0, not the zero's in the middle.

But this works:

[EMAIL PROTECTED]:~> cat 
/proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsof
tSDK/InstalledSDKs/*/Install\ Dir 2>/dev/null | sed 's/\x00/\x0a/g'|head -n 1
C:\Program Files\Microsoft SDK\
[EMAIL PROTECTED]:~> 

But there is another problem:

         # The 2005 PSDK has a trailing backslash
          PSDK_HOME=`echo $PSDK_HOME | $SED -n "s/\/$//p"`

This make PSDK_HOME empty again.


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