[webkit-changes] [WebKit/WebKit] 6f04c9: Add quoting for arrays containing whitespace paths...
Elliott Williams
noreply at github.com
Wed May 31 13:45:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6f04c95bf8f346bf66b311ee0448fce8d60b1791
https://github.com/WebKit/WebKit/commit/6f04c95bf8f346bf66b311ee0448fce8d60b1791
Author: Elliott Williams <emw at apple.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M Source/WebKit/Scripts/preprocess-sandbox-profile-rule.sh
Log Message:
-----------
Add quoting for arrays containing whitespace paths in preprocess-sandbox-profile-rule.sh
https://bugs.webkit.org/show_bug.cgi?id=257276
rdar://problem/109790387
Unreviewed build fix.
When ${FRAMEWORK_SEARCH_PATHS[@]} and ${HEADER_SEARCH_PATHS[@]} are
expanded, they need to be quoted, so that the shell keeps
whitespace-containing paths as a single argument.
* Source/WebKit/Scripts/preprocess-sandbox-profile-rule.sh:
Canonical link: https://commits.webkit.org/264752@main
More information about the webkit-changes
mailing list