Correct proxy variable
This commit is contained in:
@@ -59,7 +59,7 @@ cargo_common_do_configure () {
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [ -n "${http_proxy}" ]; then
|
if [ -n "${http_proxy}" ]; then
|
||||||
echo "proxy = \"{http_proxy}\"" >> ${CARGO_HOME}/config
|
echo "proxy = \"${http_proxy}\"" >> ${CARGO_HOME}/config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "[target.${HOST_SYS}]" >> ${CARGO_HOME}/config
|
echo "[target.${HOST_SYS}]" >> ${CARGO_HOME}/config
|
||||||
|
|||||||
Reference in New Issue
Block a user