On 3/28/18 12:52 PM, Martin Schulte wrote:
> Hello,
>
> I'm running bash under Debian Stretch:
>
> $ echo $BASH_VERSION
> 4.4.12(1)-release
> $ trap
> $ echo $$
> 1100
> $ kill 1100
> $
>
> => Looks fine for me
>
> Then I do a
>
> kill 1100
>
> from another session and the bash above termin
Hello,
I'm running bash under Debian Stretch:
$ echo $BASH_VERSION
4.4.12(1)-release
$ trap
$ echo $$
1100
$ kill 1100
$
=> Looks fine for me
Then I do a
kill 1100
from another session and the bash above terminates.
=> Looks wrong for me
Greetings,
Martin