mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Ensure we dont inherit KITTY_SI_DATA from environment
This commit is contained in:
@@ -434,6 +434,7 @@ handle_option_value:
|
||||
}
|
||||
exit(0);
|
||||
}
|
||||
unsetenv("KITTY_SI_DATA");
|
||||
if (opts.single_instance) single_instance_main(argc, argv, &opts);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user