On Thursday 14 June 2012 23:19, John Spencer wrote: > On 06/13/2012 05:32 PM, Denys Vlasenko wrote: > > On Thu, Jun 7, 2012 at 3:30 PM, John Spencer > > <[email protected]> wrote: > >> in gnu wget, it is not important if you place --options before or after the > >> url, but bb wget fails. > > Are you sure? > > root:/src/build$ busybox wget http://l.yimg.com/a/i/mntl/ww/events/p.gif > --no-check-certificate && echo success > Connecting to l.yimg.com (66.196.65.188:80) > p.gif 100% > |******************************************************************************************************************| > > 43 0:00:00 ETA > wget: not an http or ftp url: --no-check-certificate > root:/src/build$ > > busybox will download but return EXIT_FAILURE
Cannot reproduce: $ ./busybox wget http://www.kernel.org/pub/linux/kernel/v3.0/testing/patch-3.5-rc3.bz2 --no-check-certificate Connecting to www.kernel.org (149.20.20.133:80) patch-3.5-rc3.bz2 100% |*************************| 7534k 0:00:00 ETA $ Can you send your .config and provide other context? -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
