mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
Fix a stale comment
[ci skip]
This commit is contained in:
parent
c35fe879c7
commit
3382bc70d2
1 changed files with 1 additions and 1 deletions
|
@ -994,7 +994,7 @@ void job_t::continue_job(parser_t &parser) {
|
|||
|
||||
if (is_foreground() && is_completed()) {
|
||||
// Set $status only if we are in the foreground and the last process in the job has
|
||||
// finished and is not a short-circuited builtin.
|
||||
// finished.
|
||||
auto &p = processes.back();
|
||||
if (p->status.normal_exited() || p->status.signal_exited()) {
|
||||
parser.set_last_statuses(get_statuses());
|
||||
|
|
Loading…
Reference in a new issue