summaryrefslogtreecommitdiff
path: root/src/shell_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell_manager.cc')
-rw-r--r--src/shell_manager.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shell_manager.cc b/src/shell_manager.cc
index e774eb33..065a9f74 100644
--- a/src/shell_manager.cc
+++ b/src/shell_manager.cc
@@ -177,7 +177,6 @@ std::pair<String, int> ShellManager::eval(
Pipe child_stdin{not input.empty()}, child_stdout, child_stderr;
pid_t pid = spawn_shell(m_shell.c_str(), cmdline, shell_context.params, kak_env,
[&child_stdin, &child_stdout, &child_stderr] {
- set_signal_handler(SIGPIPE, SIG_DFL);
auto move = [](int oldfd, int newfd)
{
if (oldfd == newfd)