mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10760] Value must be quoted as it might be two words.
PHPBB3-10760
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user