From 5d87f45cf44826eff5f308ea59f7e708f7d7514f Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 4 Mar 2019 14:25:10 +0000 Subject: [PATCH] Fix up make rules --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a5e36545a..daa2946a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,11 +33,11 @@ ACLOCAL_AMFLAGS = -I m4 check-bashism: printf "Run checkbashism on all .sh files.\n" printf "Currently this expects checkbashism.pl at a fixed location." - find . -type f ! -path '*/.*' ! -path '*/_*' -name '*.sh' -print0 | xargs -0 ~/src/scripts/src/checkbashisms.pl -f + find . -type f ! -path '*/.*' ! -path '*/_*' -name '*.sh' -print0 | xargs -0 ~/src/scripts/src/checkbashisms.pl -f 2>&1 | tee $(top_srcdir)/bashism.log || true check-python: printf "Running flake8 and 2to3 if detected.\n" - $(top_srcdir)/contrib/scripts/lint-python.sh + $(top_srcdir)/contrib/scripts/lint-python.sh || true check-man: printf "Running lint-man.sh in doc/man.\n" -- 2.25.1