mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-12 15:34:31 +02:00
[ticket/15085] Improve commit message check hook output
PHPBB-15085
This commit is contained in:
@@ -337,7 +337,7 @@ done
|
|||||||
# If EOF is expected exit cleanly
|
# If EOF is expected exit cleanly
|
||||||
echo "$expecting" | grep -q "eof" || (
|
echo "$expecting" | grep -q "eof" || (
|
||||||
# Unexpected EOF, error
|
# Unexpected EOF, error
|
||||||
complain "Unexpected EOF encountered" >&2;
|
complain "Expected to see footer (e.g. PHPBB-12345) or description line, but reached end of file." >&2;
|
||||||
quit $ERR_EOF;
|
quit $ERR_EOF;
|
||||||
) && (
|
) && (
|
||||||
# Do post scan checks
|
# Do post scan checks
|
||||||
|
Reference in New Issue
Block a user