summaryrefslogtreecommitdiffstats
path: root/tools/setup
diff options
context:
space:
mode:
Diffstat (limited to 'tools/setup')
-rwxr-xr-xtools/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/setup b/tools/setup
index 866664e..6db4c6c 100755
--- a/tools/setup
+++ b/tools/setup
@@ -51,4 +51,4 @@ if [ $docbook = 1 ] ; then
51fi 51fi
52 52
53# Untar libtap 53# Untar libtap
54( cd external && tar --gzip -xf tap-1.01-nagios-plugins.tar.gz ) 54( cd external && gunzip -c tap-1.01-nagios-plugins.tar.gz | tar -xf - )