Fixed a li'l thinko.

This commit is contained in:
Mark Whitley 2001-01-26 19:19:23 +00:00
parent a528dc7071
commit 6e25f92636
3 changed files with 3 additions and 3 deletions

2
lash.c
View File

@ -1686,7 +1686,7 @@ int shell_main(int argc_l, char **argv_l)
shell_context = 0;
cwd=NULL;
#ifdef BB_FEATURE_STANDALONE_SHELL
#ifdef BB_FEATURE_SH_STANDALONE_SHELL
/* These variables need re-initializing when recursing */
local_pending_command = NULL;
job_list.head = NULL;

2
sh.c
View File

@ -1686,7 +1686,7 @@ int shell_main(int argc_l, char **argv_l)
shell_context = 0;
cwd=NULL;
#ifdef BB_FEATURE_STANDALONE_SHELL
#ifdef BB_FEATURE_SH_STANDALONE_SHELL
/* These variables need re-initializing when recursing */
local_pending_command = NULL;
job_list.head = NULL;

View File

@ -1686,7 +1686,7 @@ int shell_main(int argc_l, char **argv_l)
shell_context = 0;
cwd=NULL;
#ifdef BB_FEATURE_STANDALONE_SHELL
#ifdef BB_FEATURE_SH_STANDALONE_SHELL
/* These variables need re-initializing when recursing */
local_pending_command = NULL;
job_list.head = NULL;