2009/12/23 Angel Velásquez <an...@archlinux.com.ve>:
> [«avelasq...@avelasquez-desktop ~»]$ echo $http_proxy
> http://localhost:5865
> [«avelasq...@avelasquez-desktop ~»]$ https_proxy=$http_proxy
> [«avelasq...@avelasquez-desktop ~»]$ echo $https_proxy
> http://localhost:5865
> [«avelasq...@avelasquez-desktop ~»]$ pkgstats
> Creating package list...
> Submitting data...
>
> And never submit anything,

You need to export the var as well as set it I believe...
`export https_proxy=$http_proxy` not just `https_proxy=$http_proxy`

Reply via email to