Bug 236608

Summary: [EWS] Need /bin/sh equivalent on wincairo
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=234847
https://bugs.webkit.org/show_bug.cgi?id=236517

Description Jonathan Bedard 2022-02-14 13:40:32 PST
We have a few commands that use `/bin/sh` to string commands together. On wincairo, we need to use `cmd` instead.
Comment 1 Radar WebKit Bug Importer 2022-02-14 13:40:48 PST
<rdar://problem/88926062>
Comment 2 Jonathan Bedard 2022-02-14 14:04:45 PST
Pull request: https://github.com/WebKit/WebKit/pull/142
Comment 3 Jonathan Bedard 2022-02-15 07:53:43 PST
Landed 247276@main (r289815)