Commit 9cef959f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Be more verbose

parent 6b7b3932
......@@ -10,5 +10,6 @@ regexp="$(cat ../config.h.in | \
xargs | \
sed -e 's/ /\\\|/g')"
! grep -- "$regexp" "$@"
echo Looking for private defines in public headers...
! grep -- "$regexp" "$@" || exit $?
echo "None found."
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment