bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] --no-check-cert does not avoid cert warning


From: Karl Berry
Subject: Re: [Bug-wget] --no-check-cert does not avoid cert warning
Date: Tue, 1 Dec 2015 22:12:37 GMT

    { wget -d xxx 2>&1 1>&3 | grep -v Saving 1>&2; } 3>&1

This changes the exit value, so that's no good.  Sure, with even more
complexity the exit status could be preserved too, but IMHO wrapping
wget in layers of shell mechanisms to work around a warning is crazy.

Giuseppe - please just do the right thing and provide a way to shut off
the warning.  Especially since it's simple to do.  -k



reply via email to

[Prev in Thread] Current Thread [Next in Thread]