mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
Correctly set g_use_posix_spawn at launch again
This commit is contained in:
parent
c20a9ea477
commit
b760fd9064
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ static void run_inits(const environment_t &vars) {
|
|||
guess_emoji_width(vars);
|
||||
update_wait_on_escape_ms(vars);
|
||||
handle_read_limit_change(vars);
|
||||
handle_fish_use_posix_spawn_change(vars);
|
||||
}
|
||||
|
||||
/// Updates our idea of whether we support term256 and term24bit (see issue #10222).
|
||||
|
|
Loading…
Reference in a new issue