mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-07 04:10:49 +02:00
fix for EXIT trap in -c command; suspend -f now suspends even if job control is not enabled
This commit is contained in:
@@ -3614,3 +3614,13 @@ builtins/evalstring.c
|
||||
after any longjmp, to improve responsiveness and fix the -c code
|
||||
path before running any exit trap. Report from
|
||||
Emanuele Torre <torreemanuele6@gmail.com>
|
||||
|
||||
5/17
|
||||
----
|
||||
builtins/suspend.def
|
||||
- suspend_builtin: the -f option now forces a suspend even if job
|
||||
control is not enabled. Inspired by a discussion with
|
||||
Robert Elz <kre@munnari.OZ.AU>
|
||||
|
||||
doc/{bash.1,bashref.texi}
|
||||
- suspend: updated description to include expanded -f behavior
|
||||
|
||||
Reference in New Issue
Block a user