Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7f9c65e1448579aad30b0ba29761465f52ea9068
https://github.com/WebKit/WebKit/commit/7f9c65e1448579aad30b0ba29761465f52ea9068
Author: Dan Glastonbury <[email protected]>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
M Tools/Scripts/update-angle
Log Message:
-----------
[ANGLE] Fix update-angle after 268837@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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes