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
Notes: sideshowbarker 2024-07-19 05:00:09 +09:00
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;