From 43671332d839320065fc6bc620f96162b781f7f7 Mon Sep 17 00:00:00 2001 From: psachin Date: Tue, 27 Aug 2013 19:19:18 +0530 Subject: Subject: clf() and subplot() support Description: --- auto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit