mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-11 02:03:22 +00:00
Ensure we dont inherit KITTY_SI_DATA from environment
This commit is contained in:
parent
d1bdbddbfc
commit
0db2cf91a9
1 changed files with 1 additions and 0 deletions
|
|
@ -434,6 +434,7 @@ handle_option_value:
|
|||
}
|
||||
exit(0);
|
||||
}
|
||||
unsetenv("KITTY_SI_DATA");
|
||||
if (opts.single_instance) single_instance_main(argc, argv, &opts);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue