Browse Source

new emilio test

Bill Gianopoulos 8 months ago
parent
commit
c5b8a22aba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/check_series.sh

+ 1 - 1
scripts/check_series.sh

@@ -39,7 +39,7 @@ do
       NUM=`expr $NUM - 1`
       head -$NUM $i > /tmp/cs$$
     fi
-    if file /tmp/cs$$ | grep 'ISO-' >/dev/null
+    if file /tmp/cs$$ | egrep -v ' ASCII text| UTF-8 Unicode text' >/dev/null
     then
       ERRORS=`expr $ERRORS + 1`
       echo non-ascii characters in $i