mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-01 20:19:13 +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
|
PHP_BIN=php
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $(echo -e test) = test ]
|
if [ "$(echo -e test)" = test ]
|
||||||
then
|
then
|
||||||
echo_e="echo -e"
|
echo_e="echo -e"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user