aboutsummaryrefslogtreecommitdiffstats
path: root/git-tools
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2010-04-09 10:30:35 -0400
committerChris Smith <toonarmy@phpbb.com>2010-04-13 21:44:03 +0100
commit5a3ec9901d7384d99e77c8db1b9f6b4498a79273 (patch)
treeeaeca0ad07debf142c46f2a6b9c016476a475006 /git-tools
parent03d50a2e83cc631779a7574acd4db8b77f29d547 (diff)
downloadforums-5a3ec9901d7384d99e77c8db1b9f6b4498a79273.tar
forums-5a3ec9901d7384d99e77c8db1b9f6b4498a79273.tar.gz
forums-5a3ec9901d7384d99e77c8db1b9f6b4498a79273.tar.bz2
forums-5a3ec9901d7384d99e77c8db1b9f6b4498a79273.tar.xz
forums-5a3ec9901d7384d99e77c8db1b9f6b4498a79273.zip
[git-tools] Changed pre-commit hook to use sh instead of bash
Diffstat (limited to 'git-tools')
-rwxr-xr-xgit-tools/hooks/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-tools/hooks/pre-commit b/git-tools/hooks/pre-commit
index 23ab8d6cdb..5f75381155 100755
--- a/git-tools/hooks/pre-commit
+++ b/git-tools/hooks/pre-commit
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
#
# A hook to disallow php syntax errors to be committed
# by running php -l (lint) on them. It requires php-cli