diff --git a/Userland/Shell/Shell.cpp b/Userland/Shell/Shell.cpp index 8459593fa8..bd78a9d411 100644 --- a/Userland/Shell/Shell.cpp +++ b/Userland/Shell/Shell.cpp @@ -862,7 +862,6 @@ RefPtr Shell::run_command(const AST::Command& command) if (!job->exited()) return; - restore_ios(); if (job->is_running_in_background() && job->should_announce_exit()) warnln("Shell: Job {} ({}) exited\n", job->job_id(), job->cmd().characters()); else if (job->signaled() && job->should_announce_signal())