mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 10:42:28 +02:00
fix for potential read builtin crash if bash gets a signal before read reads any input; make wait -f work if there are no pid or job arguments and update documentation; save and restore variable reflected in $BASH_COMMAND around shell function calls
This commit is contained in:
@@ -99,6 +99,9 @@ ${THIS_SH} ./trap8.sub
|
||||
# return without argument in trap string
|
||||
${THIS_SH} ./trap9.sub
|
||||
|
||||
# ERR trap and functions
|
||||
${THIS_SH} ./trap10.sub
|
||||
|
||||
#
|
||||
# show that setting a trap on SIGCHLD is not disastrous.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user