mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Eliminate the global jobs() function
All job lists are attached to a parser now.
This commit is contained in:
@@ -1120,7 +1120,7 @@ bool exec_job(parser_t &parser, shared_ptr<job_t> j) {
|
||||
return false;
|
||||
}
|
||||
|
||||
j->continue_job(reclaim_foreground_pgrp, false);
|
||||
j->continue_job(parser, reclaim_foreground_pgrp, false);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user