mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-13 15:10:49 +02:00
commit bash-20150821 snapshot
This commit is contained in:
+1
-1
@@ -4626,7 +4626,7 @@ execute_function (var, words, flags, fds_to_close, async, subshell)
|
||||
{
|
||||
return_trap = savestring (return_trap);
|
||||
add_unwind_protect (xfree, return_trap);
|
||||
add_unwind_protect (set_return_trap, return_trap);
|
||||
add_unwind_protect (maybe_set_return_trap, return_trap);
|
||||
}
|
||||
restore_default_signal (RETURN_TRAP);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user