[cairo-commit] src/check-cairoint.sh

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Dec 18 12:59:31 PST 2007


 src/check-cairoint.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18f4f02f723cd005c159c8a0044dd385d551f022
Author: Nis Martensen <nis.martensen at web.de>
Date:   Tue Dec 18 15:59:19 2007 -0500

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

diff --git a/src/check-cairoint.sh b/src/check-cairoint.sh
index 05ba8ea..ef4e57e 100755
--- a/src/check-cairoint.sh
+++ b/src/check-cairoint.sh
@@ -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


More information about the cairo-commit mailing list