1
0
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:
Marc Alexander
2025-10-04 13:36:27 +02:00
parent 8ef5c5549d
commit 033fb28fdc

View File

@@ -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