diff options
Diffstat (limited to 'shell/lash.c')
-rw-r--r-- | shell/lash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c index 56a3a23dd..1b8aca506 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -1440,7 +1440,7 @@ static int busy_loop(FILE * input) | |||
1440 | char *next_command = NULL; | 1440 | char *next_command = NULL; |
1441 | struct job newjob; | 1441 | struct job newjob; |
1442 | int i; | 1442 | int i; |
1443 | int inbg; | 1443 | int inbg = 0; |
1444 | int status; | 1444 | int status; |
1445 | #ifdef CONFIG_LASH_JOB_CONTROL | 1445 | #ifdef CONFIG_LASH_JOB_CONTROL |
1446 | pid_t parent_pgrp; | 1446 | pid_t parent_pgrp; |