mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03:00
Some initial work towards resolving nasty fork/pthread issues, and to having a per-parser job list
This commit is contained in:
@@ -2481,7 +2481,7 @@ static void reader_super_highlight_me_plenty( int match_highlight_pos )
|
||||
int exit_status()
|
||||
{
|
||||
if( get_is_interactive() )
|
||||
return job_list().empty() && data->end_loop;
|
||||
return job_list_is_empty() && data->end_loop;
|
||||
else
|
||||
return end_loop;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user