pre-commit-php
pre-commit-php copied to clipboard
Update shebang's to work with FreeBSD
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.