Replace hardcoded bash with /usr/bin/env bash
Open
- Dominant language
- CSS
- Stars
- 510
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Especially with OS X, /bin/bash is a very old version of bash. Using /usr/bin/env bash, we can fetch the user's preferred version (for example, I used brew to install an up-to-date version).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.