Code

Renamed altered tap file to nagios-plugins
[nagiosplug.git] / tools / setup
index a8d9825298b1cbca9c5dd5c783a85bf0ea3b47b0..866664e6bf387098006c52dde91f4f2ccb0b98c7 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-nagios-plugins.tar.gz )