mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10093] Respect phpbb.hooks.commit-msg.fatal on syntax errors.
PHPBB3-10093
This commit is contained in:
parent
0cb83f99ab
commit
26d01d4408
1 changed files with 1 additions and 1 deletions
|
@ -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 ));
|
||||
|
|
Loading…
Add table
Reference in a new issue