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:
parent
6536a36208
commit
efdd1e623e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user