[src/check-cairoint.sh] Fix typo in shell script

This commit is contained in:
Nis Martensen 2007-12-18 15:59:19 -05:00 committed by Behdad Esfahbod
parent 8343d6cc2a
commit 18f4f02f72

View file

@ -12,6 +12,6 @@ while read x; do
grep '\<include\>' "$x" /dev/null | head -n 1
done |
grep -v '"cairoint.h"' |
grep . && status = 1
grep . && status=1
exit $status