Skip to content

Commit

Permalink
Fix download script for expat
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Feb 23, 2013
1 parent 70ec94e commit 06b7b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_third_party.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ ! -e talk/third_party/expat-2.0.1 ]; then
if [ ! -e expat-2.0.1.tar.gz ]; then
echo "Downloading expact..."
wget http://sourceforge.net/projects/expat/files/expat/2.0.1/expat-2.0.1.tar.gz/download
wget http://sourceforge.net/projects/expat/files/expat/2.0.1/expat-2.0.1.tar.gz/download -O expat-2.0.1.tar.gz
fi
echo -n "Extracting expact 2.0.1..."
tar zxpf expat-2.0.1.tar.gz -C talk/third_party
Expand Down

0 comments on commit 06b7b36

Please sign in to comment.