We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ffb6e commit 2ce67b5Copy full SHA for 2ce67b5
tools/check-source.sh
@@ -227,7 +227,7 @@ done |
227
fail 'hanging paragraph' || failed=1
228
229
# Subclauses without siblings
230
-for f in $texfiles; do
+for f in `ls $texfiles | grep -v ub.tex | grep -v ifndr.tex`; do
231
sed -n '/^\\rSec/{=;p;}' $f |
232
# prefix output with filename and line
233
sed '/^[0-9]\+$/{N;s/\n/:/;}' | sed "s/.*/$f:&/" |
0 commit comments