mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 21:20:47 +02:00
size_t changes for multibyte characters; fix for running debug trap in asynchronous pipeline; remove support for precomputed cache files for cross-compiling; more size_t and ssize_t changes to avoid overflow
This commit is contained in:
@@ -1286,7 +1286,9 @@ run_debug_trap (void)
|
||||
close_pgrp_pipe ();
|
||||
restore_pgrp_pipe (save_pipe);
|
||||
# endif
|
||||
if (pipeline_pgrp > 0 && ((subshell_environment & (SUBSHELL_ASYNC|SUBSHELL_PIPE)) == 0))
|
||||
/* If the trap command gave the terminal to another process group,
|
||||
restore it. XXX - check running_in_background? */
|
||||
if (job_control && pipeline_pgrp > 0 && ((subshell_environment & (SUBSHELL_ASYNC|SUBSHELL_PIPE)) == 0))
|
||||
give_terminal_to (pipeline_pgrp, 1);
|
||||
|
||||
notify_and_cleanup ();
|
||||
|
||||
Reference in New Issue
Block a user