From 43ec46d98f8be81718a65c0a23f781e0877f6593 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 16 Nov 2019 23:01:04 +0000 Subject: tabs. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 360a2e4c3..13a58bb0a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,7 +59,7 @@ if HAVE_CHECKBASHISMS printf "If checkbashisms.pl is in PATH, run checkbashism on all .sh files.\n" find '.' -type f ! -path '*/.*' ! -path '*/_*' -name '*.sh' -print0 | xargs -0 checkbashisms.pl -f 2>&1 | tee $(srcdir)/bashism.log || true else - printf "No checkbashisms in PATH, skipped" + printf "No checkbashisms in PATH, skipped" endif check-man: -- cgit v1.2.3