mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 10:42:28 +02:00
Initial devel branch import from bash-3.0-alpha
This commit is contained in:
@@ -88,6 +88,7 @@ reader_loop ()
|
||||
{
|
||||
/* Some kind of throw to top_level has occured. */
|
||||
case FORCE_EOF:
|
||||
case ERREXIT:
|
||||
case EXITPROG:
|
||||
current_command = (COMMAND *)NULL;
|
||||
if (exit_immediately_on_error)
|
||||
@@ -170,6 +171,7 @@ alrm_catcher(i)
|
||||
int i;
|
||||
{
|
||||
printf ("\007timed out waiting for input: auto-logout\n");
|
||||
bash_logout (); /* run ~/.bash_logout if this is a login shell */
|
||||
jump_to_top_level (EXITPROG);
|
||||
SIGRETURN (0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user