[git-tools] This script requires bash to run, so point directly to bash.

This commit is contained in:
Chris Smith 2010-04-03 01:51:37 +01:00
parent 472739bcbc
commit a06ec8c7fd

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# A hook to disallow php syntax errors to be committed # A hook to disallow php syntax errors to be committed
# by running php -l (lint) on them. It requires php-cli # by running php -l (lint) on them. It requires php-cli