diff options
Diffstat (limited to 'pbuilder-unshare-wrapper')
-rwxr-xr-x | pbuilder-unshare-wrapper | 3 |
1 files changed, 3 insertions, 0 deletions
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 "$@" |