Fix output if make goes wrong.

This commit is contained in:
Christoph 2017-07-01 17:07:27 +00:00
parent e966f3cb9f
commit e0cd9f742b

View File

@ -1131,7 +1131,7 @@ if [ "$?" = "0" ]; then
echo_ok echo_ok
else else
echo_failed echo_failed
fatal "Configuring PHP failed!\n\t see ${_logdir}/php-configure.log for more details" fatal "Configuring PHP failed!\n\t see ${_logdir}/php-make.log for more details"
fi fi