aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-04-03 22:06:25 +0200
committerIgor Wiedler <igor@wiedler.ch>2010-04-03 22:06:25 +0200
commit11de6a46b10c5bdb77b2ee7f9e970b849e0f4d74 (patch)
tree19d0854ef685aa35b2013de58a3a80d9fb8bc5c2
parent[git-tools] do not display stderr (diff)
downloadphpbb-11de6a46b10c5bdb77b2ee7f9e970b849e0f4d74.tar.gz
phpbb-11de6a46b10c5bdb77b2ee7f9e970b849e0f4d74.tar.bz2
phpbb-11de6a46b10c5bdb77b2ee7f9e970b849e0f4d74.zip
[git-tools] add note about PHP_BIN using env
-rwxr-xr-xgit-tools/hooks/pre-commit1
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