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
Create tests with zsh or gain full POSIX compatibility without shell extensions. Use /bin/sh as shebang and shellcheck throw some warnings about POSIX incompatibility.
The text was updated successfully, but these errors were encountered:
MacOS 10.15 will switch to zsh by default and deprecate the bash.
https://support.apple.com/en-ca/HT208050
Create tests with zsh or gain full POSIX compatibility without shell extensions. Use
/bin/sh
as shebang and shellcheck throw some warnings about POSIX incompatibility.The text was updated successfully, but these errors were encountered: