[PATCH] Fix check-cairoint.sh

Nis Martensen nis.martensen at web.de
Tue Dec 18 12:20:55 PST 2007


Variable assignment in shell does not work with spaces
---
 src/check-cairoint.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
-- 
1.5.3.7.1077.gcec9



More information about the cairo mailing list