Reported by Andrew Sutherland at https://github.com/WebKit/WebKit/pull/1323#discussion_r950626647 Function `aptIfExists` from script `Tools/glib/dependencies/atk` always return exist status code 0 since in Bash a declaration of variable that is inmediately assigned is always successful. This error makes the script `Tools/gtk/install-depedencies` fail in systems that cannot provide a package wrapped in `aptIfExists` statement.
Pull request: https://github.com/webkit/webkit/pull/3525
Committed 253643@main (0c682bc2aaaa): <https://commits.webkit.org/253643@main> Reviewed commits have been landed. Closing PR #3525 and removing active labels.
<rdar://problem/98978365>