Skip to content

Commit

Permalink
Small test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnimarj@gmail.com committed Sep 21, 2012
1 parent 85940ed commit 18635ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -e
wget -qc http://python.org/ftp/python/2.4.6/Python-2.4.6.tar.bz2;

# decompress
for i in `ls | grep bz2$ | grep 3.3.0`; do bzip2 -dc $i | tar -x; done
for i in `ls | grep bz2$`; do bzip2 -dc $i | tar -x; done

# apply patches
for i in `find -maxdepth 1 -type d | grep ^./P | grep -v build | grep -v env | grep -v 3.3.0 | sort`; do
Expand Down

0 comments on commit 18635ce

Please sign in to comment.