pre-commit-php
pre-commit-php copied to clipboard
Use env in shebangs
Using /usr/bin/env $interpreter in shebangs is the "proper" way to do it instead of using the absolute path to interpreters.
It's very rare for /bin/bash to not exist, but it does occur. I don't have /bin/bash (as you might have guessed :P), the only thing in /bin that I have is /bin/sh :)
P.S. Sorry for the duplicate; I decided to resend the pull request even though you don't seem to be responding to anything.
See #22