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