From 7e0ee71226d7c4809c1300656a38efe73392e6eb Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Sun, 23 Dec 2018 11:18:25 -0500
Subject: [PATCH] Updated sanityCheck

---
 sanityCheck | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sanityCheck b/sanityCheck
index e8db762bad9..e5a1ab62043 100755
--- a/sanityCheck
+++ b/sanityCheck
@@ -95,7 +95,7 @@ $GREP 'elseif $ ' -- 'src/*'  | myprint "missing ; before statement"
 # Check for a . inside a <<>>
 $GREP "<<[a-zA-Z]\([^\"'>]\|[^\"'>]>[^\"'>]\)*[a-zA-Z][.][^a-zA-Z]" | myprint "StrangeCharacterAfterDot"
 # Check for @@. instead of .@@		TODO: get this to work
-$GREP "@@(\.|,|;)\s" | myprint "WrongSelectorPunctuation"
+$GREP -e "@@(\.|,|;)\s" -- src/*.tw | myprint "WrongSelectorPunctuation"
 
 # Check that we do not have any variables that we use only once.   e.g.     $onlyUsedOnce
 # Ignore  *Nationalities
-- 
GitLab