aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-unshare-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-unshare-wrapper')
-rwxr-xr-xpbuilder-unshare-wrapper3
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 "$@"