From 831310f93c3ee8665868997f7396f2421959e986 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 22 Jun 2015 18:44:12 +0000 Subject: pbuilder-unshare-wrapper: unset the http_proxy variable, as that can lead to programs looking for unreachable machines. Thanks: Thorsten Glaser for the idea Closes: #780587 --- pbuilder-unshare-wrapper | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pbuilder-unshare-wrapper') diff --git a/pbuilder-unshare-wrapper b/pbuilder-unshare-wrapper index 366b617..518db44 100755 --- a/pbuilder-unshare-wrapper +++ b/pbuilder-unshare-wrapper @@ -18,4 +18,7 @@ else exit 1 fi +# having this variable set could cause programs looking for unreachable machines +unset http_proxy + exec "$@" -- cgit v1.2.3