diff options
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 9e78edd90d..ecc3a35ba3 100755 --- a/git-tools/hooks/pre-commit +++ b/git-tools/hooks/pre-commit @@ -17,7 +17,7 @@ then PHP_BIN=php fi -if [ $(echo -e test) = test ] +if [ "$(echo -e test)" = test ] then echo_e="echo -e" else |