On 6/20/17 1:06 AM, Eduardo A. Bustamante López wrote:
> There's something weird about the wait builtin + SIGINT handling in the latest
> `devel' branch (i.e. 6374eecf232e70e45fe9c49cc8335e8779c07979)
Well, that comment in the code certainly proved out. Thanks for the report.
Chet
--
``The lyf
There's something weird about the wait builtin + SIGINT handling in the latest
`devel' branch (i.e. 6374eecf232e70e45fe9c49cc8335e8779c07979)
If you interrupt the second `wait' with C-c, the shell will go into an infinite
loop.
dualbus@debian:~/src/gnu/bash-builds/devel$ cat /tmp/s
#!/bin/bas