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 cdaa9c92..1afe4f15 100755 --- a/tools/setup +++ b/tools/setup @@ -48,6 +48,3 @@ fi if [ $docbook = 1 ] ; then ( cd doc && make ) fi - -# Untar libtap -( cd external && gunzip -c tap-1.01-nagios-plugins.tar.gz | tar -xf - ) |