Pawel Jakub Dawidek wrote:
> On Wed, May 03, 2006 at 09:29:01PM +0000, Colin Percival wrote:
> +> + if [ -z "${HTTP_PROXY}" ]; then
>
> I think you wanted -n instead of -z here.
Thanks, fixed. I think this was an ENOTENOUGHCOLAYET bug. :-)
Colin Percival