Fixed bug in tools/setup if docbook was run

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2015 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Ton Voon 2008-06-30 14:32:53 +00:00
parent c503d85def
commit f5e7e7eb40

View file

@ -47,8 +47,8 @@ else
fi
if [ $docbook = 1 ] ; then
cd doc && make
( cd doc && make )
fi
# Untar libtap
cd external && tar --gzip -xf tap-1.01-altinity.tar.gz
( cd external && tar --gzip -xf tap-1.01-altinity.tar.gz )