1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 04:42:04 +02:00

[ticket/10760] Value must be quoted as it might be two words.

PHPBB3-10760
This commit is contained in:
Oleg Pudeyev 2012-04-04 11:41:14 -04:00
parent 6536a36208
commit efdd1e623e

View File

@ -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