Comment 7 for bug 556293

Revision history for this message
FP (fabrice-pardo) wrote : Re: sudo does not keep http_proxy environment variable

Not sure that's a bug. In hardy, "man sudo" said nothong about the fact that sudo keeps http_proxy
environment variable.

My workaround is the alias
  alias sudop='sudo http_proxy=$http_proxy'
with simple quotes!