aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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
59 printf "If checkbashisms.pl is in PATH, run checkbashism on all .sh files.\n" 59 printf "If checkbashisms.pl is in PATH, run checkbashism on all .sh files.\n"
60 find '.' -type f ! -path '*/.*' ! -path '*/_*' -name '*.sh' -print0 | xargs -0 checkbashisms.pl -f 2>&1 | tee $(srcdir)/bashism.log || true 60 find '.' -type f ! -path '*/.*' ! -path '*/_*' -name '*.sh' -print0 | xargs -0 checkbashisms.pl -f 2>&1 | tee $(srcdir)/bashism.log || true
61else 61else
62 printf "No checkbashisms in PATH, skipped" 62 printf "No checkbashisms in PATH, skipped"
63endif 63endif
64 64
65check-man: 65check-man: