Correct proxy variable

This commit is contained in:
Johan Anderholm
2019-02-19 14:52:16 +00:00
parent f4517aaba8
commit 68046d42b8

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