mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 00:17:25 +00:00
Don't do fish_setlocale that early
This just sets some special characters that we use in the reader, so it only needs to be done before the reader is set up. Which, as it stands, is in env_init().
This commit is contained in:
parent
234c97e6d2
commit
e22422c073
1 changed files with 0 additions and 1 deletions
|
@ -377,7 +377,6 @@ int main(int argc, char **argv) {
|
|||
setup_fork_guards();
|
||||
signal_unblock_all();
|
||||
setlocale(LC_ALL, "");
|
||||
fish_setlocale();
|
||||
|
||||
// struct stat tmp;
|
||||
// stat("----------FISH_HIT_MAIN----------", &tmp);
|
||||
|
|
Loading…
Reference in a new issue