mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-14 18:14:17 +02:00
/bin/echo on freebsd and dash's builtin echo do not understand -e, therefore -e is printed with the other messages in such cases. Test if echo understands -e, if not do not use it. PHPBB3-10760