On 4/10/10 12:18 AM, Siddhesh Poyarekar wrote:
> On Sat, Apr 10, 2010 at 8:51 AM, Chet Ramey wrote:
>> On 3/31/10 1:45 AM, Siddhesh Poyarekar wrote:
>>
>>> Bash Version: 4.1
>>> Patch Level: 2
>>> Release Status: release
>>>
>>> Description:
>>> When output of trap is piped to anothe
On Sat, Apr 10, 2010 at 8:51 AM, Chet Ramey wrote:
> On 3/31/10 1:45 AM, Siddhesh Poyarekar wrote:
>
>> Bash Version: 4.1
>> Patch Level: 2
>> Release Status: release
>>
>> Description:
>> When output of trap is piped to another command, say, less or
>> cat -, it shows
On 3/31/10 1:45 AM, Siddhesh Poyarekar wrote:
> Bash Version: 4.1
> Patch Level: 2
> Release Status: release
>
> Description:
> When output of trap is piped to another command, say, less or
> cat -, it shows only ignored signals.
As the standard is currently written,
On 03/30/2010 11:45 PM, Siddhesh Poyarekar wrote:
> Fix:
>
> I've not looked at how this can be fixed yet, but it looks
> like bash is forking for the trap builtin, which inherits the
> ignored signals, hence showing only them as active traps
>