mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:37:59 +08:00
Fix a misspeeling
This commit is contained in:
parent
bffb49b38a
commit
3848a68e5c
|
@ -1404,7 +1404,7 @@ end_execution_reason_t parse_execution_context_t::run_1_job(const ast::job_t &jo
|
|||
remove_job(*this->parser, job.get());
|
||||
}
|
||||
|
||||
// Update universal variables on external conmmands.
|
||||
// Update universal variables on external commands.
|
||||
// TODO: justify this, why not on every command?
|
||||
if (job_contained_external_command) {
|
||||
parser->vars().universal_barrier();
|
||||
|
|
Loading…
Reference in New Issue
Block a user