[fix] Export correct variable to check later in setup

This commit is contained in:
William Wernert
2021-03-23 09:36:08 -04:00
parent ace30c07ea
commit 184c763b02
2 changed files with 2 additions and 6 deletions

View File

@@ -592,7 +592,7 @@ collect_proxy_details() {
else
so_proxy="$proxy_addr"
fi
export proxy
export so_proxy
fi
}