On 11/7/16 7:54 AM, Martijn Dekker wrote:

> But it's really helped that bash turns out to have another unique
> behaviour: apparently, bash refuses to ignore SIGINT on interactive
> shells. So, for interactive bash, the workaround is simply to avoid
> using "trap - INT" to unignore the signal.

What do you mean? If you run 'trap "" SIGINT' in an interactive shell,
bash will let you happily pound on ^C on your keyboard all day long
without doing anything.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to