Bug 134782

Summary: [Win] Remove uses of 'bash' in build system
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Tools / TestsAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch
none
Patch
none
Patch dino: review+

Description Brent Fulgham 2014-07-09 16:12:26 PDT
To reduce dependency on Cygwin utilities, switch from using command line 'bash'. Replace Windows-specific bash scripts with Perl equivalents.
Comment 1 Radar WebKit Bug Importer 2014-07-09 16:13:58 PDT
<rdar://problem/17615533>
Comment 2 Brent Fulgham 2014-07-09 16:25:48 PDT
Created attachment 234665 [details]
Patch
Comment 3 Brent Fulgham 2014-07-09 16:36:28 PDT
Created attachment 234667 [details]
Patch
Comment 4 Brent Fulgham 2014-07-09 16:42:20 PDT
Created attachment 234669 [details]
Patch
Comment 5 Brent Fulgham 2014-07-09 16:43:12 PDT
Note: Added a drive-by fix for a typo in the Perl "grep" replacement. Instead of "perl -wnne", it should have been "perl -wnle"
Comment 6 Brent Fulgham 2014-07-09 16:44:21 PDT
It looks like EWS is unhappy because of the project file changes. :-(
Comment 7 Dean Jackson 2014-07-09 16:46:47 PDT
Comment on attachment 234669 [details]
Patch

rs=me
Comment 8 Brent Fulgham 2014-07-09 16:48:54 PDT
Committed r170937: <http://trac.webkit.org/changeset/170937>