Browse Source

even more hg header line endings checks

Bill Gianopoulos 2 years ago
parent
commit
48d3bc4e72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/check_series.sh

+ 1 - 1
scripts/check_series.sh

@@ -42,7 +42,7 @@ do
       echo bad hg header in $i
       continue
     fi
-    if ! head -3 $i | grep '# Date ' >/dev/null
+    if ! head -3 $i | grep '# Date .*[0-9]$' >/dev/null
     then
       ERRORS=`expr $ERRORS + 1`
       echo bad hg header in $i