Skip to content

Instantly share code, notes, and snippets.

@bdrewery
Created March 3, 2021 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdrewery/f36d2e6207ccc7aa7c0f6e3d0b891873 to your computer and use it in GitHub Desktop.
Save bdrewery/f36d2e6207ccc7aa7c0f6e3d0b891873 to your computer and use it in GitHub Desktop.
diff --git src/bin/poudriere.in src/bin/poudriere.in
index df58f5093..386807af7 100644
--- src/bin/poudriere.in
+++ src/bin/poudriere.in
@@ -163,7 +163,7 @@ esac
# Special-case environment passthroughs.
while read envvar; do
case "${envvar}" in
- FETCH_BIND_ADDRESS|FTP_*|ftp_*|HTTP_*|http_*|SSL_|NO_PROXY|no_proxy)
+ FETCH_BIND_ADDRESS|FTP_*|ftp_*|HTTP_*|http_*|SSL_|NO_PROXY|no_proxy|HOME)
case "${CMD}" in
ports|jail) ;;
*) continue ;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment