fix for set -e and compound commands inverting return status; tty fix for fg' from a key binding; posix mode wait -n' can return notified jobs; off-by-one error in history word tokenization; new configure option to set bash_source_fullpath

This commit is contained in:
Chet Ramey
2024-09-27 12:00:46 -04:00
parent 8d74195d7f
commit 254081c097
20 changed files with 342 additions and 43 deletions
+3
View File
@@ -201,3 +201,6 @@ ${THIS_SH} ./exec14.sub
# problems with fork optimization in bash-5.2
${THIS_SH} ./exec15.sub
# problems with set -e and inverting commands' return status
${THIS_SH} ./exec16.sub