From 95a6c53589f7cb2ccbe644e02913f25987fa3aa6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 10 Jan 2014 13:37:10 -0500 Subject: [PATCH] no file option for tar when piping --- formula/python-2.7.6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formula/python-2.7.6 b/formula/python-2.7.6 index 3574e81..f342249 100755 --- a/formula/python-2.7.6 +++ b/formula/python-2.7.6 @@ -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