Skip to content

Commit a432c2b

Browse files
author
Vladimir Kotal
committed
check return value
1 parent 67ace4e commit a432c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@ spellcheck:
6969
$(M4) $$file | sed -E -f spellfilter.sed | \
7070
aspell -t --personal=./unix_dict.txt list | \
7171
tee -a /tmp/aspell.out; \
72+
if [ $$? -ne 0 ]; then exit 1; fi; \
7273
done
7374
@if [ -s /tmp/aspell.out ]; then exit 1; fi

0 commit comments

Comments
 (0)