Re: seq | head: embedded vs desktop

2010-10-15 Thread Denys Vlasenko
On Fri, Oct 15, 2010 at 2:16 AM, busy...@eehouse.org wrote: I work for a company that uses busybox and am upgrading us to 1.17.3. 'seq' has been fixed since our old version so that 'seq n 0 n+1' now returns an infinite sequence of n rather than exiting immediately.  As a result, the following

Re: seq | head: embedded vs desktop

2010-10-15 Thread busybox
On Fri, Oct 15, 2010 at 11:39:53AM +0200, Denys Vlasenko wrote: On Fri, Oct 15, 2010 at 2:16 AM, busy...@eehouse.org wrote: I work for a company that uses busybox and am upgrading us to 1.17.3. 'seq' has been fixed since our old version so that 'seq n 0 n+1' now returns an infinite

Re: how can I override busybox builtins?

2010-10-15 Thread Monkey D. Luffy
On Tue, Oct 12, 2010 at 3:22 AM, Denys Vlasenko vda.li...@googlemail.com wrote: On Tuesday 12 October 2010 00:19, Stuart Longland wrote: On 10/11/10 22:39, Monkey D. Luffy wrote: After several hours of head banging I realized that busybox uses builtins instead of the binaries in PATH. Why