Re: devel: Builtin wait infinite loop when SIGINT received

2017-06-21 Thread Chet Ramey
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

devel: Builtin wait infinite loop when SIGINT received

2017-06-19 Thread Eduardo A . Bustamante López
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