aboutsummaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-17 15:25:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-17 15:25:39 +1200
commitda7a6afdd356f1966ae62625e9f90b9f64b36410 (patch)
tree87e47b0072033a4712d7391df8ce5a6b14c9af5d /check
parentSimplify a couple of printf calls (diff)
downloaddotfiles-da7a6afdd356f1966ae62625e9f90b9f64b36410.tar.gz
dotfiles-da7a6afdd356f1966ae62625e9f90b9f64b36410.zip
Be explicit about check/man passing
Diffstat (limited to 'check')
-rwxr-xr-xcheck/man3
1 files changed, 3 insertions, 0 deletions
diff --git a/check/man b/check/man
index b7adbd5c..802f5b3c 100755
--- a/check/man
+++ b/check/man
@@ -46,4 +46,7 @@ if [ -s "$td"/nobin ] ; then
fi
# Exit appropriately
+if [ "$ex" -eq 0 ] ; then
+ printf 'All scripts have manual pages.\n'
+fi
exit "$ex"