Code

Fixed bug in tools/setup if docbook was run
authorTon Voon <tonvoon@users.sourceforge.net>
Mon, 30 Jun 2008 14:32:53 +0000 (14:32 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Mon, 30 Jun 2008 14:32:53 +0000 (14:32 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2015 f882894a-f735-0410-b71e-b25c423dba1c

tools/setup

index a8d9825298b1cbca9c5dd5c783a85bf0ea3b47b0..518b65201b5117473ed78638992a001d81780cf4 100755 (executable)
@@ -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 )