summaryrefslogtreecommitdiffstats
path: root/tools/setup
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-09-17 09:25:02 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-09-17 09:25:02 (GMT)
commita0e099de2bb62c6b48587d75b2601f605ff14aad (patch)
treee0d11f61f649bd9e39436148ac5e58a5b8face49 /tools/setup
parent0205583b4676e5ac0c27c689b6bdb232ce61c617 (diff)
downloadmonitoring-plugins-a0e099de2bb62c6b48587d75b2601f605ff14aad.tar.gz
Hide error message if docbook not available
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@733 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools/setup')
-rwxr-xr-xtools/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/setup b/tools/setup
index a90d48a..d421791 100755
--- a/tools/setup
+++ b/tools/setup
@@ -35,7 +35,7 @@ if [ `uname -s` = "SunOS" ] ; then
35 docbook=1 35 docbook=1
36 fi 36 fi
37else 37else
38 if which docbook2html ; then 38 if which docbook2html >/dev/null 2>&1; then
39 docbook=1 39 docbook=1
40 fi 40 fi
41fi 41fi