mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-17 02:41:15 -03:00
@@ -1563,10 +1563,10 @@ static bool check_for_orphaned_process(unsigned long loop_count, pid_t shell_pgi
|
||||
|
||||
/// Initialize data for interactive use.
|
||||
static void reader_interactive_init() {
|
||||
assert(input_initialized);
|
||||
// See if we are running interactively.
|
||||
pid_t shell_pgid;
|
||||
|
||||
if (!input_initialized) init_input();
|
||||
kill_init();
|
||||
shell_pgid = getpgrp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user