mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 18:22:25 +02:00
commit bash-20171027 snapshot
This commit is contained in:
@@ -1054,7 +1054,7 @@ _run_trap_internal (sig, tag)
|
||||
int
|
||||
run_debug_trap ()
|
||||
{
|
||||
int trap_exit_value;
|
||||
int trap_exit_value, old_verbose;
|
||||
pid_t save_pgrp;
|
||||
int save_pipe[2];
|
||||
|
||||
@@ -1072,8 +1072,15 @@ run_debug_trap ()
|
||||
stop_making_children ();
|
||||
#endif
|
||||
|
||||
old_verbose = echo_input_at_read;
|
||||
#if 0 /* not yet */
|
||||
echo_input_at_read = 0;
|
||||
#endif
|
||||
|
||||
trap_exit_value = _run_trap_internal (DEBUG_TRAP, "debug trap");
|
||||
|
||||
echo_input_at_read = old_verbose;
|
||||
|
||||
#if defined (JOB_CONTROL)
|
||||
pipeline_pgrp = save_pgrp;
|
||||
restore_pipeline (1);
|
||||
|
||||
Reference in New Issue
Block a user