mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-14 16:41:15 -03:00
fixes for previous commit
Turns out the Travis environments are less forgiving than my system. Add missing include. Change subsystem init order in fkr.
This commit is contained in:
@@ -281,9 +281,9 @@ static void setup_and_process_keys(bool continuous_mode) {
|
||||
is_interactive_session = 1; // by definition this program is interactive
|
||||
set_main_thread();
|
||||
setup_fork_guards();
|
||||
proc_push_interactive(1);
|
||||
env_init();
|
||||
reader_init();
|
||||
proc_push_interactive(1);
|
||||
install_our_signal_handlers();
|
||||
|
||||
if (continuous_mode) {
|
||||
|
||||
Reference in New Issue
Block a user