Skip to content

Commit 0b6154e

Browse files
author
Vladimir Kotal
committed
test sed before running the checks
1 parent 2c53622 commit 0b6154e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ clean:
6464

6565
spellcheck:
6666
@rm -f /tmp/aspell.out
67+
@echo "test" | sed -E -f spellfilter.sed >/dev/null; \
68+
if [ $$? -ne 0 ]; then echo "sed failed"; exit 1; fi
6769
@for file in ${SLIDES}; do \
6870
echo "### Checking $$file"; \
6971
$(M4) $$file | sed -E -f spellfilter.sed | \

0 commit comments

Comments
 (0)