Indeed. Fixed.
On Mon, Apr 10, 2023 at 6:11 PM Ron Yorston <[email protected]> wrote: > > Denys Vlasenko wrote: > >Fixed. Please try current git. > > Thanks, Denys. Works now. > > But... > > /* Without this, bare "sleep" in ash shows _ash_ --help */ > if (ENABLE_ASH_SLEEP && applet_name[0] != 's') { > bb_simple_error_msg("sleep: missing operand"); > return EXIT_FAILURE; > } > > 'ash' can be configured to run as 'sh'. Which begins with 's'. > > Ron _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
