To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=84961 Issue #|84961 Summary|Pointless and buggy echo statement added by mozilla-so |urce-1.7.5.patch Component|utilities Version|680m241 Platform|PC URL| OS/Version|Windows, all Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mh Reported by|tml
------- Additional comments from [EMAIL PROTECTED] Thu Jan 3 14:03:59 +0000 2008 ------- The mozilla-source-1.7.5.patch file adds a line: echo "PATH=" $(PATH) to misc/build/mozilla/config/rules.mk. Firstly, this echo is pointless, something left over from debugging? Secondly, it is buggy, also the $(PATH) should be inside double quotes. Otherwise we get a syntax error on Windows/Cygwin when PATH contains elements that contain parentheses, like /cygdrive/c/Program Files/Microsoft DirectX SDK (June 2007)/Utilities/Bin/x86 Just remove that chunk from mozilla-source-1.7.5.patch. --------------------------------------------------------------------- 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]
