summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index d36aa58e..5619cef3 100755
--- a/update.sh
+++ b/update.sh
@@ -35,14 +35,14 @@ then
echo "dnspython up to date"
else
echo "Restoring dnspython"
- tar xzf .dnspython.tgz
+ tar xfz .dnspython.tgz
mv dnspython3-1.10.0 dnspython
fi
else
echo "Downloading dnspython"
wget -c -q -O .dnspython.tgz http://www.dnspython.org/kits3/1.10.0/dnspython3-1.10.0.tar.gz
rm -fr dnspython
- tar xzf .dnspython.tgz
+ tar xfz .dnspython.tgz
mv dnspython3-1.10.0 dnspython
fi