Bug#782540: dash: wait returns whenever a child process is stopped/continued

2020-06-02 Thread Herbert Xu
This is fixed in dash 0.5.11. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Bug#782540: dash: wait returns whenever a child process is stopped/continued

2015-04-13 Thread Frédéric Brière
Package: dash Version: 0.5.7-4+b1 Severity: normal Control: affects -1 mysql-server-5.5 The wait builtin apparently returns immediately upon SIGCHLD, which means it will return prematurely if a child is stopped or continued: set +m sleep 1000 wait # This will return immediately if