parent trap EXIT appears to subshell but is not used

2021-03-29 Thread Valentin Lab
ally okay to me. Is this strange behavior about bash >4.3 being able to display EXIT trap, but won't use them is expected ? I'd be happy to know about the rationale behind this if this is expected. Many thanks, Valentin Lab PS: note that I found some other 'report' of that behavior here: https://unix.stackexchange.com/questions/282722#answer-374269

process substitution bug or difference from bash 4.4

2020-03-25 Thread Valentin Lab
ve the same output in bash 4.4 . But running it on bash 5 will fail: $ ouch2 <(echo "foo") bar cat: /dev/fd/63: No such file or directory Is that expected ? I'd be happy to know about the rationale behind this (and the change) if this is expected. Many thanks, Valentin Lab