diff options
author | Mark Whitley <markw@lineo.com> | 2001-01-26 19:19:23 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-01-26 19:19:23 +0000 |
commit | 6e25f926363876f79b7493062facffa2a1f175b7 (patch) | |
tree | b13c7d605053351284abbd231e6cd10f5464e8bd | |
parent | a528dc7071ae9679618c6fddda7b5312412efea9 (diff) | |
download | busybox-w32-6e25f926363876f79b7493062facffa2a1f175b7.tar.gz busybox-w32-6e25f926363876f79b7493062facffa2a1f175b7.tar.bz2 busybox-w32-6e25f926363876f79b7493062facffa2a1f175b7.zip |
Fixed a li'l thinko.
-rw-r--r-- | lash.c | 2 | ||||
-rw-r--r-- | sh.c | 2 | ||||
-rw-r--r-- | shell/lash.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1686,7 +1686,7 @@ int shell_main(int argc_l, char **argv_l) | |||
1686 | 1686 | ||
1687 | shell_context = 0; | 1687 | shell_context = 0; |
1688 | cwd=NULL; | 1688 | cwd=NULL; |
1689 | #ifdef BB_FEATURE_STANDALONE_SHELL | 1689 | #ifdef BB_FEATURE_SH_STANDALONE_SHELL |
1690 | /* These variables need re-initializing when recursing */ | 1690 | /* These variables need re-initializing when recursing */ |
1691 | local_pending_command = NULL; | 1691 | local_pending_command = NULL; |
1692 | job_list.head = NULL; | 1692 | job_list.head = NULL; |
@@ -1686,7 +1686,7 @@ int shell_main(int argc_l, char **argv_l) | |||
1686 | 1686 | ||
1687 | shell_context = 0; | 1687 | shell_context = 0; |
1688 | cwd=NULL; | 1688 | cwd=NULL; |
1689 | #ifdef BB_FEATURE_STANDALONE_SHELL | 1689 | #ifdef BB_FEATURE_SH_STANDALONE_SHELL |
1690 | /* These variables need re-initializing when recursing */ | 1690 | /* These variables need re-initializing when recursing */ |
1691 | local_pending_command = NULL; | 1691 | local_pending_command = NULL; |
1692 | job_list.head = NULL; | 1692 | job_list.head = NULL; |
diff --git a/shell/lash.c b/shell/lash.c index b9685ab31..54d6b3ad7 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -1686,7 +1686,7 @@ int shell_main(int argc_l, char **argv_l) | |||
1686 | 1686 | ||
1687 | shell_context = 0; | 1687 | shell_context = 0; |
1688 | cwd=NULL; | 1688 | cwd=NULL; |
1689 | #ifdef BB_FEATURE_STANDALONE_SHELL | 1689 | #ifdef BB_FEATURE_SH_STANDALONE_SHELL |
1690 | /* These variables need re-initializing when recursing */ | 1690 | /* These variables need re-initializing when recursing */ |
1691 | local_pending_command = NULL; | 1691 | local_pending_command = NULL; |
1692 | job_list.head = NULL; | 1692 | job_list.head = NULL; |