Shell: Handle signals asynchronously

Fixes #2717
This commit is contained in:
Tom
2020-07-06 15:49:11 -06:00
committed by Andreas Kling
parent 6751d03ea7
commit 6dfd503518
3 changed files with 7 additions and 17 deletions

View File

@@ -516,9 +516,6 @@ void Shell::restore_stdin()
void Shell::block_on_job(RefPtr<Job> job)
{
ScopedValueRollback accepting_signal_rollback(m_is_accepting_signals);
m_is_accepting_signals = false;
if (!job)
return;