1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 23:32:02 +02:00

[ticket/10093] Respect phpbb.hooks.commit-msg.fatal on syntax errors.

PHPBB3-10093
This commit is contained in:
Oleg Pudeyev 2011-11-26 17:35:10 -05:00
parent 0cb83f99ab
commit 26d01d4408

View File

@ -254,7 +254,7 @@ do
echo ">> $line" >&2;
echo -n "Expecting: " >&2;
echo "$expecting" | sed 's/ /, /g' >&2;
exit $err;
quit $err;
fi
i=$(( $i + 1 ));