[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] trap not invoked after resuming read from trap
From: |
Eduardo Bustamante |
Subject: |
Re: [Help-bash] trap not invoked after resuming read from trap |
Date: |
Mon, 5 Nov 2018 19:33:41 -0800 |
On Mon, Nov 5, 2018 at 1:39 PM Owen Stephens <address@hidden> wrote:
>
> Hi,
>
> I'm trying to understand the behaviour of the following simple script
> in response to SIGINT:
>
> $ cat read_sigint.sh
> #!/usr/bin/env bash
What version of Bash are you using?