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





------- Additional comments from [EMAIL PROTECTED] Tue May  9 15:48:26 -0700 
2006 -------
Maho's

-.IF $(ATKVERSION) >= "000100070000"
+.IF "$(ATKVERSION)" >= "000100070000"

fix should go into the master. I'll dig into dmake and fix the crash, but
IMHO that has time until CWS dmake45 is ready. (soon)

Please keep in mind that dmake doesn't see " as a quote, it's an ordinary
character (most of the time) for dmake, so the above test itself was flawed.

Even if $(ATKVERSION) was set (say to 000199990000) dmake would compare
000199990000 with "000100070000". I didn't look into the code, but I'm not sure
the result was always as expected.

(Nevertheless dmake shouldn't crash)

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