Herbert Xu <[email protected]> writes:

> Leah Neukirchen <[email protected]> wrote:
>> Hi,
>> 
>> as of dash 0.5.10, this script waits for the sleep to terminate before
>> executing the last line, which no other /bin/sh does.
>> dash 0.5.9.1 worked fine.
>> 
>> 
>> #!/bin/sh
>> sleep 3 &
>> echo first in main shell
>> ( echo in subshell; )
>> echo back to main shell
>> 
>> 
>> Found by users of the Void Linux project:
>> https://github.com/voidlinux/void-packages/issues/14123
>
> Thanks for the report!
>
> This patch should fix the problem:

It indeed seems to.

Thanks for the quick help,
-- 
Leah Neukirchen  <[email protected]>  http://leah.zone
--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to