pre-commit-php icon indicating copy to clipboard operation
pre-commit-php copied to clipboard

Update shebang's to work with FreeBSD

Open atwardowski opened this issue 9 years ago • 0 comments

FreeBSD doesn't have bash installed by default, and when you do install it, it goes to /usr/local/bin/bash. This change should allow the scripts to run regardless of where bash is installed.

Even better would be for these to be converted to be /bin/sh compatible.

atwardowski avatar Dec 11 '15 18:12 atwardowski