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


User vq changed the following:

                  What    |Old value                 |New value
================================================================================
                        CC|'hjs'                     |'hjs,shay'
--------------------------------------------------------------------------------
                    Status|RESOLVED                  |REOPENED
--------------------------------------------------------------------------------
                Resolution|FIXED                     |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Jun 15 10:08:47 -0700 
2006 -------
Reopen, it seems the fix breaks this makefile:

-- xxx.mk (native W32 example) --
# dmake.exe -rf xxx.mk

.IMPORT .IGNORE : COMSPEC

all :
.IF $(XXXXX) == $(NULL)
        @echo "This is true"
.ELSE
        @echo "This is not true"
.END
-- xxx.mk --

Puting " around the macros fixes this.

This construct is used in dmakes (not used by OOo) startup macros
to set SHELL. This bug breaks everything that uses dmake.

Steve, thanks for testing! I'll fix this asap.

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