From: Ton Voon Date: Mon, 30 Jun 2008 14:32:53 +0000 (+0000) Subject: Fixed bug in tools/setup if docbook was run X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f5e7e7eb4043c3b493637830f11c14351b22a91c;p=nagiosplug.git 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 --- diff --git a/tools/setup b/tools/setup index a8d9825..518b652 100755 --- a/tools/setup +++ b/tools/setup @@ -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 )