projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afa6e54
)
tabs.
author
ng0
<ng0@n0.is>
Sat, 16 Nov 2019 23:01:04 +0000
(23:01 +0000)
committer
ng0
<ng0@n0.is>
Sat, 16 Nov 2019 23:01:04 +0000
(23:01 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 360a2e4c3c4491001d49d11d0fa201b62aec6d0e..13a58bb0ada1037de56f887fa109a0a8890e448d 100644
(file)
--- 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: