mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 14:00:46 +08:00
parent
2105bae1fc
commit
d7ef7eb484
|
@ -1270,7 +1270,7 @@ parse_execution_result_t parse_execution_context_t::run_1_job(const parse_node_t
|
|||
|
||||
job->set_flag(JOB_FOREGROUND, !tree.job_should_be_backgrounded(job_node));
|
||||
|
||||
job->set_flag(JOB_TERMINAL, job->get_flag(JOB_CONTROL) && !is_subshell && !is_event);
|
||||
job->set_flag(JOB_TERMINAL, job->get_flag(JOB_CONTROL) && !is_event);
|
||||
|
||||
job->set_flag(JOB_SKIP_NOTIFICATION,
|
||||
is_subshell || is_block || is_event || !shell_is_interactive());
|
||||
|
|
Loading…
Reference in New Issue
Block a user