mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-30 16:50:44 +02:00
check-doc-syntax: Fix handling of return value in make check
This commit is contained in:
parent
a1d4f416e4
commit
c16cdf0b4e
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,8 @@ if echo $FILES | xargs grep "$note_regexp" /dev/null; then
|
|||
fi >&2
|
||||
|
||||
if echo $FILES | xargs ./check-doc-syntax.awk ; then
|
||||
:
|
||||
else
|
||||
stat=1
|
||||
fi >&2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue