diff options
Diffstat (limited to 'tools/setup')
-rwxr-xr-x | tools/setup | 3 |
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 | |||
48 | if [ $docbook = 1 ] ; then | 48 | if [ $docbook = 1 ] ; then |
49 | ( cd doc && make ) | 49 | ( cd doc && make ) |
50 | fi | 50 | fi |
51 | |||
52 | # Untar libtap | ||
53 | ( cd external && gunzip -c tap-1.01-nagios-plugins.tar.gz | tar -xf - ) | ||