Skip to content

Commit 2ce67b5

Browse files
committed
[check] Exclude [ub] and [ifndr] from sibling checking for now
1 parent 20ffb6e commit 2ce67b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/check-source.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ done |
227227
fail 'hanging paragraph' || failed=1
228228

229229
# Subclauses without siblings
230-
for f in $texfiles; do
230+
for f in `ls $texfiles | grep -v ub.tex | grep -v ifndr.tex`; do
231231
sed -n '/^\\rSec/{=;p;}' $f |
232232
# prefix output with filename and line
233233
sed '/^[0-9]\+$/{N;s/\n/:/;}' | sed "s/.*/$f:&/" |

0 commit comments

Comments
 (0)