puppetlabs / support-script-tooling

3 stars 5 forks source link

Investigate zsh/bash support on MacOS #13

Open m0dular opened 3 years ago

m0dular commented 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.