| commit | ec16d0ffd5e780eefe69848134fb7b402bb2707d | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Mon Dec 16 03:28:13 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Mon Dec 16 03:28:13 2013 +0000 |
| tree | 51541e5e1a14666677b8cfe9a31005b20f9a7b09 | |
| parent | d15512431b0db98314e1e97a5420744b45128426 [diff] | |
| parent | a515a70e2b58912877bdf2952e7812410da647f3 [diff] |
Merge "Fixed check method of $USE_GET_PIP"
diff --git a/tools/install_pip.sh b/tools/install_pip.sh index a65a77e..d714d33 100755 --- a/tools/install_pip.sh +++ b/tools/install_pip.sh
@@ -87,7 +87,7 @@ # Eradicate any and all system packages uninstall_package python-pip -if [[ -n "$USE_GET_PIP" ]]; then +if [[ "$USE_GET_PIP" == "1" ]]; then install_get_pip else install_pip_tarball