Skip to content

Commit 8693380

Browse files
committed
[check] Exclude [ub] and [ifndr] from sibling checking for now
1 parent 16dc9f9 commit 8693380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ done |
238238
fail 'hanging paragraph' || failed=1
239239

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

0 commit comments

Comments
 (0)