diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2010-04-03 22:06:25 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2010-04-03 22:06:25 +0200 |
| commit | 11de6a46b10c5bdb77b2ee7f9e970b849e0f4d74 (patch) | |
| tree | 19d0854ef685aa35b2013de58a3a80d9fb8bc5c2 /git-tools/hooks/pre-commit | |
| parent | 8091e3166630c70310908668c4d35d1d8d948e0f (diff) | |
| download | forums-11de6a46b10c5bdb77b2ee7f9e970b849e0f4d74.tar forums-11de6a46b10c5bdb77b2ee7f9e970b849e0f4d74.tar.gz forums-11de6a46b10c5bdb77b2ee7f9e970b849e0f4d74.tar.bz2 forums-11de6a46b10c5bdb77b2ee7f9e970b849e0f4d74.tar.xz forums-11de6a46b10c5bdb77b2ee7f9e970b849e0f4d74.zip | |
[git-tools] add note about PHP_BIN using env
Diffstat (limited to 'git-tools/hooks/pre-commit')
| -rwxr-xr-x | git-tools/hooks/pre-commit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-tools/hooks/pre-commit b/git-tools/hooks/pre-commit index c8d78ed490..23ab8d6cdb 100755 --- a/git-tools/hooks/pre-commit +++ b/git-tools/hooks/pre-commit @@ -12,6 +12,7 @@ # ln -s ../../git-tools/hooks/pre-commit \\ # .git/hooks/pre-commit +# NOTE: this is run through /usr/bin/env PHP_BIN=php # necessary check for initial commit |
