From 18f4f02f723cd005c159c8a0044dd385d551f022 Mon Sep 17 00:00:00 2001 From: Nis Martensen Date: Tue, 18 Dec 2007 15:59:19 -0500 Subject: [PATCH] [src/check-cairoint.sh] Fix typo in shell script --- src/check-cairoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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