mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-31 23:28:45 +00:00
Fix a misspeeling
This commit is contained in:
parent
bffb49b38a
commit
3848a68e5c
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
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?
|
// TODO: justify this, why not on every command?
|
||||||
if (job_contained_external_command) {
|
if (job_contained_external_command) {
|
||||||
parser->vars().universal_barrier();
|
parser->vars().universal_barrier();
|
||||||
|
|
Loading…
Reference in a new issue