Merge "Fix version dependcy issue with hacking"

This commit is contained in:
Jenkins
2014-03-26 03:30:36 +00:00
committed by Gerrit Code Review

View File

@@ -8,7 +8,7 @@ if [[ "$?" != "0" ]]; then
exit 1
fi
sudo easy_install pip==1.2.1
sudo easy_install pip==1.5.1
if [[ "$?" != "0" ]]; then
echo "failed to install easy install"
exit 1