mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-27 12:11:15 -03:00
Instance env_set_empty
This commit is contained in:
@@ -356,7 +356,7 @@ void function_prepare_environment(env_stack_t &vars, const wcstring &name,
|
||||
env_set_one(named_arg, ENV_LOCAL | ENV_USER, *arg);
|
||||
arg++;
|
||||
} else {
|
||||
env_set_empty(named_arg, ENV_LOCAL | ENV_USER);
|
||||
vars.set_empty(named_arg, ENV_LOCAL | ENV_USER);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user