diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 19f4c66..5156e62 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -121,7 +121,7 @@ analyzecounter=0 for file in $@ do - echo "${file}" | egrep -q "BALANCE|MSCI-WORLD-INDEX" && continue + echo "${file}" | egrep -q "BALANCE|-INDEX" && continue lines=$(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,' | wc -l) if [ $lines -lt 150 ]