mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +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 ">> $line" >&2;
|
||||||
echo -n "Expecting: " >&2;
|
echo -n "Expecting: " >&2;
|
||||||
echo "$expecting" | sed 's/ /, /g' >&2;
|
echo "$expecting" | sed 's/ /, /g' >&2;
|
||||||
exit $err;
|
quit $err;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
i=$(( $i + 1 ));
|
i=$(( $i + 1 ));
|
||||||
|
|
Loading…
Add table
Reference in a new issue