check-doc-syntax: Fix handling of return value in make check

This commit is contained in:
Chris Wilson 2012-04-29 13:18:43 +01:00
parent a1d4f416e4
commit c16cdf0b4e

View file

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