[Webkit-unassigned] [Bug 75546] REGRESSION (r103519): WebCore's DerivedSources.make crashes sh.exe if path to WebKit source tree is long enough

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 4 07:20:11 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75546





--- Comment #2 from Adam Roben (:aroben) <aroben at apple.com>  2012-01-04 07:20:11 PST ---
One option is to make all the commands separate statements:

echo foo > ./idl_files.tmp; echo bar > ./idl_files.tmp; echo baz > ./idl_files.tmp;…

This has the disadvantage of opening/closing idl_files.tmp over and over.

Maybe a better solution would be to use printf(1).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list