You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build scripts use an explicit bash path as /usr/bin/bash, which fails on MacOS.
If all occurrences were replaced with /bin/bash, the project would be more portable.