mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-29 22:41:16 -03:00
fixes to job control changes
The job control changes need a couple of fixes for compatibility with changes I merged while @mqudsi was workin on his change.
This commit is contained in:
@@ -845,7 +845,7 @@ bool terminal_give_to_job(job_t *j, int cont) {
|
||||
if (errno == ENOTTY) redirect_tty_output();
|
||||
debug(1, _(L"Could not send job %d ('%ls') with pgid %d to foreground"), j->job_id, j->command_wcstr(), j->pgid);
|
||||
wperror(L"tcsetpgrp");
|
||||
signal_unblock(true);
|
||||
signal_unblock();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user