mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-07-02 09:11:15 -03:00
Make hup_background_jobs accept the job list directly
This commit is contained in:
@@ -903,7 +903,7 @@ static bool allow_exec_with_background_jobs(parser_t &parser) {
|
||||
last_exec_run_count = current_run_count;
|
||||
return false;
|
||||
} else {
|
||||
hup_background_jobs(parser);
|
||||
hup_jobs(parser.jobs());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user