[PATCH 1/2] wget: make default timeout configurable, remove a duplicate line

Harald Becker ralda at gmx.de
Fri Oct 18 21:21:41 UTC 2013


Hi Tito !

IMO you got the best solution, ...

>one more solution without the need to modify scripts is to
>create a wrapper to wget:
>
>#!/bin/sh
>busybox wget -T xxx $@

... except, I would do an exec here:

#!/bin/sh
exec busybox wget -T xxx $@

--
Harald


More information about the busybox mailing list