mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-12 07:24: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
|
||||
echo "$expecting" | grep -q "eof" || (
|
||||
# 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;
|
||||
) && (
|
||||
# Do post scan checks
|
||||
|
Reference in New Issue
Block a user