Browse code

Merge "Fix pip install error"

Jenkins authored on 2015/03/19 02:48:33
Showing 1 changed files
... ...
@@ -94,9 +94,9 @@ function pip_install {
94 94
 
95 95
     $xtrace
96 96
     $sudo_pip \
97
-        http_proxy=${http_proxy:-} \
98
-        https_proxy=${https_proxy:-} \
99
-        no_proxy=${no_proxy:-} \
97
+        http_proxy="${http_proxy:-}" \
98
+        https_proxy="${https_proxy:-}" \
99
+        no_proxy="${no_proxy:-}" \
100 100
         PIP_FIND_LINKS=$PIP_FIND_LINKS \
101 101
         $cmd_pip install \
102 102
         $@