aboutsummaryrefslogtreecommitdiffstats
path: root/builtins/exit.def
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/exit.def')
-rw-r--r--builtins/exit.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/exit.def b/builtins/exit.def
index 9384ade..ddaa5d3 100644
--- a/builtins/exit.def
+++ b/builtins/exit.def
@@ -1,7 +1,7 @@
This file is exit.def, from which is created exit.c.
It implements the builtins "exit", and "logout" in Bash.
-Copyright (C) 1987-2003 Free Software Foundation, Inc.
+Copyright (C) 1987-2005 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -105,7 +105,7 @@ exit_or_logout (list)
if (!exit_immediate_okay)
{
register int i;
- for (i = 0; i < job_slots; i++)
+ for (i = 0; i < js.j_jobslots; i++)
if (jobs[i] && STOPPED (i))
{
fprintf (stderr, _("There are stopped jobs.\n"));