On Mon, Apr 10, 2023 at 6:34 PM Keith Thompson <[email protected]> wrote: > On Mon, Apr 10, 2023 at 5:35 AM Denys Vlasenko <[email protected]> > wrote: > > On Tue, Apr 4, 2023 at 7:16 AM Keith Thompson > > <[email protected]> wrote: > > > The GNU coreutils seq command recognizes and handles negative > > > arguments. > > > > > > The busybox seq command does not. Any argument starting with a '-' > > > character is assumed to be an option name. > > > > > > Fixed, please try current git. > > I just tried it (commit 200a9669f), and there's still a bug. > > If you use "-s" with an argument *and* a negative number, it prints a > usage message. > $ busybox seq -s : -1 1 > seq: invalid option -- '1'
Fixed this too, please try current git. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
