no file option for tar when piping

This commit is contained in:
Kenneth Reitz
2014-01-10 13:37:10 -05:00
parent 515dfc773e
commit 95a6c53589
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Building SQLite..."
echo "Building Python..."
SOURCE_TARBALL='http://python.org/ftp/python/2.7.6/Python-2.7.6.tgz'
curl $SOURCE_TARBALL | tar xzf
curl $SOURCE_TARBALL | tar xz
mv python src
cd src