mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-14 08:21:18 -03:00
@@ -1232,7 +1232,9 @@ parse_execution_result_t parse_execution_context_t::run_1_job(tnode_t<g::job> jo
|
||||
}
|
||||
|
||||
// Actually execute the job.
|
||||
exec_job(*this->parser, job);
|
||||
if (!exec_job(*this->parser, job)) {
|
||||
parser->job_remove(job.get());
|
||||
}
|
||||
|
||||
// Only external commands require a new fishd barrier.
|
||||
if (job_contained_external_command) {
|
||||
|
||||
Reference in New Issue
Block a user