mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
Shell: Wait for the parent to deal with the PGID stuff before execvp()
This commit is contained in:
parent
be395aab9a
commit
2b51250863
Notes:
sideshowbarker
2024-07-19 03:43:55 +09:00
Author: https://github.com/alimpfard
Commit: 2b51250863
Pull-request: https://github.com/SerenityOS/serenity/pull/3085
Reviewed-by: https://github.com/BenWiederhake
2 changed files with 35 additions and 0 deletions
|
@ -53,6 +53,8 @@ public:
|
|||
dbg() << "Command \"" << m_cmd << "\" finished in " << elapsed << " ms";
|
||||
}
|
||||
#endif
|
||||
if (m_pipeline)
|
||||
m_pipeline = nullptr;
|
||||
}
|
||||
|
||||
pid_t pgid() const { return m_pgid; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue