[webkit-changes] [WebKit/WebKit] 7f9c65: [ANGLE] Fix update-angle after 268837 at main
Dan Glastonbury
noreply at github.com
Wed Oct 4 19:29:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7f9c65e1448579aad30b0ba29761465f52ea9068
https://github.com/WebKit/WebKit/commit/7f9c65e1448579aad30b0ba29761465f52ea9068
Author: Dan Glastonbury <djg at apple.com>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
M Tools/Scripts/update-angle
Log Message:
-----------
[ANGLE] Fix update-angle after 268837 at main
https://bugs.webkit.org/show_bug.cgi?id=262671
rdar://116496840
Unreviewed build fix.
The use of grep to filter the output of git status interacts poorly with set
-e. When grep doesn't match any lines, a status code of 1 is returns with causes
the script to immediately exit when set -e is used.
Since we use the output, not the status code, to determine whether to proceed,
swallow the error by forcing the command result to true.
* Tools/Scripts/update-angle:
Canonical link: https://commits.webkit.org/268890@main
More information about the webkit-changes
mailing list