mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/10760] Value must be quoted as it might be two words.
PHPBB3-10760
This commit is contained in:
parent
6536a36208
commit
efdd1e623e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue