From efdd1e623e2dc060ae9b524b67c624037d8a94f0 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Wed, 4 Apr 2012 11:41:14 -0400 Subject: [ticket/10760] Value must be quoted as it might be two words. PHPBB3-10760 --- git-tools/hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-tools') 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 -- cgit v1.2.3-18-g5258