To reduce dependency on Cygwin utilities, switch from using command line 'bash'. Replace Windows-specific bash scripts with Perl equivalents.
<rdar://problem/17615533>
Created attachment 234665 [details] Patch
Created attachment 234667 [details] Patch
Created attachment 234669 [details] Patch
Note: Added a drive-by fix for a typo in the Perl "grep" replacement. Instead of "perl -wnne", it should have been "perl -wnle"
It looks like EWS is unhappy because of the project file changes. :-(
Comment on attachment 234669 [details] Patch rs=me
Committed r170937: <http://trac.webkit.org/changeset/170937>