mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 11:50:49 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user