diff --git a/Makefile b/Makefile index e3d5ec06d..bdbaa539d 100644 --- a/Makefile +++ b/Makefile @@ -19,14 +19,13 @@ test: @echo " done." - @# We can't just fail yet on bashisms (FIXME) @echo -n "Checking for bashisms" @if [ -x /usr/bin/checkbashisms ]; \ then \ for SCRIPT in $(SCRIPTS); \ do \ - checkbashisms -f -x $${SCRIPT} || true; \ + checkbashisms -f -x $${SCRIPT}; \ echo -n "."; \ done; \ else \