aboutsummaryrefslogtreecommitdiff
path: root/check/man.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-19 15:40:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-19 15:40:11 +1300
commit8a2cac5be2fece7157231904ecff0752308d93c4 (patch)
treea2af3286bebb41428be1e5acbd99c123ecee1d62 /check/man.sh
parentMerge branch 'release/v3.4.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-40e7381f4eb3c85960ec479854d10389a5134dc0.tar.gz (sig)
dotfiles-40e7381f4eb3c85960ec479854d10389a5134dc0.zip
Merge branch 'release/v3.5.0'v3.5.0
* release/v3.5.0: Bump VERSION Remove diagnostic messages from check/lint scripts
Diffstat (limited to 'check/man.sh')
-rw-r--r--check/man.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/check/man.sh b/check/man.sh
index 89c03890..9eaff0cf 100644
--- a/check/man.sh
+++ b/check/man.sh
@@ -41,7 +41,4 @@ if [ -s "$td"/nobin ] ; then
fi
# Exit appropriately
-if [ "$ex" -eq 0 ] ; then
- printf 'All scripts have manual pages.\n'
-fi
exit "$ex"