Re: ash builtin sleep behavior

2023-07-22 Thread Ron Yorston
Igor, There have been a number of problems with the sleep built-in. It was recently disabled by this commit: https://git.busybox.net/busybox/commit/?id=5e0411a7fb510b9aecda0a850c76bdd62c50efa4 >ash: disable sleep as builtin, closes 15619 >Has a few annoying problems: >* sleepcmd() -> sleep_

ash builtin sleep behavior

2023-07-21 Thread Igor Šarić
Hello, I posted a description with an example script of this issue to the Busybox bug tracker: https://bugs.busybox.net/show_bug.cgi?id=15694 Essentially, builtin ash sleep command is behaving differently than /bin/sleep, but I can't explain it. I appreciate any insights. Regards, Igor __