diff options
author | psachin | 2013-08-27 19:19:18 +0530 |
---|---|---|
committer | psachin | 2013-08-27 19:19:18 +0530 |
commit | 43671332d839320065fc6bc620f96162b781f7f7 (patch) | |
tree | 3821938b2e3619606a6978733ab0e7e87783971c /auto.sh | |
parent | 75823b45b9d0d2d57f4b3a30ea3e8bf8d0246f63 (diff) | |
download | tbc-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-x | auto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |