]> git.ipfire.org Git - thirdparty/bash.git/commit
fix for a trap on SIGINT restoring the default disposition in an asynchronous subshel...
authorChet Ramey <chet.ramey@case.edu>
Mon, 17 Nov 2025 19:50:43 +0000 (14:50 -0500)
committerChet Ramey <chet.ramey@case.edu>
Mon, 17 Nov 2025 19:50:43 +0000 (14:50 -0500)
commit2fd02c838775741b6693e8f9819a8c167f839b55
treea38f239c4cbcd061c443c53decf839949d873a68
parent81d858426873c0b04bde9ed098bd34b6a77591d1
fix for a trap on SIGINT restoring the default disposition in an asynchronous subshell; change cd exit status if -Pe supplied and the directory can't be changed; fix for compound associative array assignment if one of the expanded words unsets the array during word expansion; fixes for rare systems that don't have various defines and system calls
13 files changed:
CWRU/CWRU.chlog
arrayfunc.c
builtins/cd.def
doc/bash.1
doc/bashref.texi
execute_cmd.c
externs.h
lib/termcap/termcap.c
shell.c
tests/comsub2.right
tests/errors.right
tests/errors.tests
trap.c