commit bash-20190308 snapshot

This commit is contained in:
Chet Ramey
2019-03-11 08:57:46 -04:00
parent f6388ab913
commit 203f479c03
12 changed files with 237 additions and 41 deletions
+3
View File
@@ -6361,6 +6361,9 @@ handle_eof_input_unit ()
/* In this case EOF should exit the shell. Do it now. */
reset_parser ();
last_shell_builtin = this_shell_builtin;
this_shell_builtin = exit_builtin;
exit_builtin ((WORD_LIST *)NULL);
}
else