summaryrefslogtreecommitdiff
path: root/auto.sh
diff options
context:
space:
mode:
authorpsachin2013-08-27 19:19:18 +0530
committerpsachin2013-08-27 19:19:18 +0530
commit43671332d839320065fc6bc620f96162b781f7f7 (patch)
tree3821938b2e3619606a6978733ab0e7e87783971c /auto.sh
parent75823b45b9d0d2d57f4b3a30ea3e8bf8d0246f63 (diff)
downloadtbc-auto-checker-43671332d839320065fc6bc620f96162b781f7f7.tar.gz
tbc-auto-checker-43671332d839320065fc6bc620f96162b781f7f7.tar.bz2
tbc-auto-checker-43671332d839320065fc6bc620f96162b781f7f7.zip
Subject: clf() and subplot() support
Description:
Diffstat (limited to 'auto.sh')
-rwxr-xr-xauto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto.sh b/auto.sh
index a18ae3d..0b2577c 100755
--- a/auto.sh
+++ b/auto.sh
@@ -80,7 +80,7 @@ function scan_sce_for_errors() {
for sce_file in ${SCE_FILE_LIST};
do
- CAT_FILE=$(egrep -r "plot\S[0-9]?[d]?[0-9]?[(]*[)]*" ${sce_file})
+ CAT_FILE=$(egrep -r "subplot\S[0-9]?[d]?[0-9]?[(]*[)]*|clf\S[0-9]?[d]?[0-9]?[(]*[)]*|plot\S[0-9]?[d]?[0-9]?[(]*[)]*" ${sce_file})
#echo ${CAT_FILE}
if [ -z "${CAT_FILE}" ];
then