Shell: Avoid recreating the event loop before exec()

This stops the local socket creation spam.
This commit is contained in:
AnotherTest
2020-12-07 19:37:04 +03:30
committed by Andreas Kling
parent 3c41487db7
commit 0141f7e7fd
3 changed files with 28 additions and 15 deletions

View File

@@ -260,6 +260,7 @@ private:
HashMap<String, String> m_aliases;
bool m_is_interactive { true };
bool m_is_subshell { false };
bool m_should_reinstall_signal_handlers { true };
bool m_should_format_live { false };