summaryrefslogtreecommitdiffstats
path: root/tools/setup
diff options
context:
space:
mode:
Diffstat (limited to 'tools/setup')
-rwxr-xr-xtools/setup3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/setup b/tools/setup
index cdaa9c9..1afe4f1 100755
--- a/tools/setup
+++ b/tools/setup
@@ -48,6 +48,3 @@ fi
48if [ $docbook = 1 ] ; then 48if [ $docbook = 1 ] ; then
49 ( cd doc && make ) 49 ( cd doc && make )
50fi 50fi
51
52# Untar libtap
53( cd external && gunzip -c tap-1.01-nagios-plugins.tar.gz | tar -xf - )