diff options
author | Chris Smith <toonarmy@phpbb.com> | 2010-04-03 01:51:37 +0100 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2010-04-03 01:51:37 +0100 |
commit | a06ec8c7fd3313acb9a69de6ac51f4486b5f79a3 (patch) | |
tree | a78bb26c59167fab0406881a3b92ba8583a2162a /git-tools | |
parent | 472739bcbc8f439370a76629e1d8f83398648e43 (diff) | |
download | forums-a06ec8c7fd3313acb9a69de6ac51f4486b5f79a3.tar forums-a06ec8c7fd3313acb9a69de6ac51f4486b5f79a3.tar.gz forums-a06ec8c7fd3313acb9a69de6ac51f4486b5f79a3.tar.bz2 forums-a06ec8c7fd3313acb9a69de6ac51f4486b5f79a3.tar.xz forums-a06ec8c7fd3313acb9a69de6ac51f4486b5f79a3.zip |
[git-tools] This script requires bash to run, so point directly to bash.
Diffstat (limited to 'git-tools')
-rwxr-xr-x | git-tools/hooks/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-tools/hooks/pre-commit b/git-tools/hooks/pre-commit index 1c67a0f3e3..929789e312 100755 --- a/git-tools/hooks/pre-commit +++ b/git-tools/hooks/pre-commit @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # A hook to disallow php syntax errors to be committed # by running php -l (lint) on them. It requires php-cli |