1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[git-tools] Changed pre-commit hook to use sh instead of bash

This commit is contained in:
Oleg Pudeyev
2010-04-09 10:30:35 -04:00
committed by Chris Smith
parent 03d50a2e83
commit 5a3ec9901d

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/bin/sh
# #
# 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