This commit is contained in:
Kenneth Reitz
2012-08-05 19:39:42 -04:00
parent 16819f4796
commit 9032ee3c1c
+1 -1
View File
@@ -2,7 +2,7 @@
# Usage: $ build.sh <output-dir
SOURCE_TARBALL='http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2'
curl $SOURCE_TARBALL | tar jxf
curl $SOURCE_TARBALL | tar jx
mv Python-2.7.3 src
cd src