diff options
author | ng0 <ng0@n0.is> | 2019-11-16 23:01:04 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-11-16 23:01:04 +0000 |
commit | 43ec46d98f8be81718a65c0a23f781e0877f6593 (patch) | |
tree | 5628d93eb33beffeb5a66c05e2a8ee86ef590d6d /Makefile.am | |
parent | afa6e54f65e1a7470371fb964c0d3adbd1956b5b (diff) |
tabs.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 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: |