diff --git a/sanityCheck b/sanityCheck
index 781124fa11d0972307bbeb350a6ce2f33763338f..b8130584c46614c602472ffb73ecf94d76bcafd2 100755
--- a/sanityCheck
+++ b/sanityCheck
@@ -9,7 +9,6 @@ git grep "<<[ ]*if[^>=]*[^><\!=]=[^=][^>]*>>" -- 'src/*'
 # Check for missing ".  e.g.:   <<if $foo = "hello>>
 git grep "<<[^\"<>]*\"[^\"<>]*>>" -- 'src/*'
 # Check for missing ".  e.g.:   <<if $foo = "hello)
-git grep "<<[^\"<>]*\(\"[^><\"]*\"\)*[^<>\"]*\"[^<>()\"]*)" -- 'src/*'
 git grep "<<[^\"<>]*\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\"\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\([^\"<>]\| [<>] \)*>>" -- 'src/*'
 # Check for colors like: @@color:red   - should be @@.red
 git grep -e "@@color:" --and --not -e  "@@color:rgb([0-9 ]\+,[0-9 ]\+,[0-9 ]\+)" -- "src/*"