mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Remove large parts of fishd interaction, including
env_universal_server
This commit is contained in:
@@ -2129,7 +2129,7 @@ static pid_t initial_foreground_process_group = -1;
|
||||
|
||||
bool is_forked_child(void)
|
||||
{
|
||||
/* Just bail if nobody's called setup_fork_guards - e.g. fishd */
|
||||
/* Just bail if nobody's called setup_fork_guards, e.g. some of our tools */
|
||||
if (! initial_pid) return false;
|
||||
|
||||
bool is_child_of_fork = (getpid() != initial_pid);
|
||||
|
||||
Reference in New Issue
Block a user