mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-05 15:00:38 +01:00
[src/check-cairoint.sh] Fix typo in shell script
This commit is contained in:
parent
8343d6cc2a
commit
18f4f02f72
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue