diff --git a/src/check-cairoint.sh b/src/check-cairoint.sh index 05ba8eab7..ef4e57e97 100755 --- a/src/check-cairoint.sh +++ b/src/check-cairoint.sh @@ -12,6 +12,6 @@ while read x; do grep '\' "$x" /dev/null | head -n 1 done | grep -v '"cairoint.h"' | -grep . && status = 1 +grep . && status=1 exit $status