Open m0dular opened 3 years ago
These scripts currently rely on features of bash 4+, but Apple switched to zsh as the default shell and never shipped bash 4. See if we can make this more portable by either not using these features (globstar, etc) or adding support for zsh.
zsh
globstar
These scripts currently rely on features of bash 4+, but Apple switched to
zsh
as the default shell and never shipped bash 4. See if we can make this more portable by either not using these features (globstar
, etc) or adding support forzsh
.