Merge pull request #234 from janderholm/master

Correct proxy variable
This commit is contained in:
Steven Walter
2019-02-28 11:39:42 -05:00
committed by GitHub
+1 -1
View File
@@ -59,7 +59,7 @@ cargo_common_do_configure () {
EOF
if [ -n "${http_proxy}" ]; then
echo "proxy = \"{http_proxy}\"" >> ${CARGO_HOME}/config
echo "proxy = \"${http_proxy}\"" >> ${CARGO_HOME}/config
fi
echo "[target.${HOST_SYS}]" >> ${CARGO_HOME}/config