Support for implicit cd, no-exec, and the exit builtin. All tests now

pass (!). Error reporting still unsteady.
This commit is contained in:
ridiculousfish
2013-12-29 16:23:26 -08:00
parent a42711e31c
commit a9787b769f
7 changed files with 250 additions and 53 deletions

View File

@@ -2736,7 +2736,7 @@ static void reader_super_highlight_me_plenty(size_t match_highlight_pos)
}
int exit_status()
bool shell_is_exiting()
{
if (get_is_interactive())
return job_list_is_empty() && data->end_loop;