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 67ace4e commit a432c2bCopy full SHA for a432c2b
Makefile
@@ -69,5 +69,6 @@ spellcheck:
69
$(M4) $$file | sed -E -f spellfilter.sed | \
70
aspell -t --personal=./unix_dict.txt list | \
71
tee -a /tmp/aspell.out; \
72
+ if [ $$? -ne 0 ]; then exit 1; fi; \
73
done
74
@if [ -s /tmp/aspell.out ]; then exit 1; fi
0 commit comments