Browse code

Merge "Fixed check method of $USE_GET_PIP"

Jenkins authored on 2013/12/16 12:28:13
Showing 1 changed files
... ...
@@ -87,7 +87,7 @@ get_versions
87 87
 # Eradicate any and all system packages
88 88
 uninstall_package python-pip
89 89
 
90
-if [[ -n "$USE_GET_PIP" ]]; then
90
+if [[ "$USE_GET_PIP" == "1" ]]; then
91 91
     install_get_pip
92 92
 else
93 93
     install_pip_tarball