mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
...
This commit is contained in:
@@ -249,7 +249,7 @@ class Child:
|
|||||||
remove_cloexec(stdin_read_fd)
|
remove_cloexec(stdin_read_fd)
|
||||||
else:
|
else:
|
||||||
stdin_read_fd = stdin_write_fd = -1
|
stdin_read_fd = stdin_write_fd = -1
|
||||||
env = tuple('{}={}'.format(k, v) for k, v in self.final_env.items())
|
env = tuple(f'{k}={v}' for k, v in self.final_env.items())
|
||||||
argv = list(self.argv)
|
argv = list(self.argv)
|
||||||
exe = argv[0]
|
exe = argv[0]
|
||||||
if is_macos and exe == shell_path:
|
if is_macos and exe == shell_path:
|
||||||
|
|||||||
Reference in New Issue
Block a user