1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-13 16:05:34 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2025-10-07 18:16:12 +00:00
6 changed files with 703 additions and 2 deletions

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