Summary: | Fixed installhdr build failures in WebCore and WebKitLegacy | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Michael Saboff <msaboff> | ||||
Component: | Platform | Assignee: | Michael Saboff <msaboff> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | fpizlo, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Michael Saboff
2022-01-10 21:54:50 PST
Created attachment 448831 [details]
Patch
Comment on attachment 448831 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=448831&action=review > Source/WebKitLegacy/scripts/create-symlink-to-altroot.sh:1 > +#!/bin/zsh We shouldn't be using zsh in scripts. /bin/sh is the standard. (In reply to Alexey Proskuryakov from comment #3) > Comment on attachment 448831 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=448831&action=review > > > Source/WebKitLegacy/scripts/create-symlink-to-altroot.sh:1 > > +#!/bin/zsh > > We shouldn't be using zsh in scripts. /bin/sh is the standard. I'll revert back to /bin/sh. Committed r287884 (245927@trunk): <https://commits.webkit.org/245927@trunk> |