Created
March 3, 2021 17:25
-
-
Save bdrewery/f36d2e6207ccc7aa7c0f6e3d0b891873 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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