Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-01-26 22:19:23 +0300
committerMark Whitley <markw@lineo.com>2001-01-26 22:19:23 +0300
commit6e25f926363876f79b7493062facffa2a1f175b7 (patch)
treeb13c7d605053351284abbd231e6cd10f5464e8bd
parenta528dc7071ae9679618c6fddda7b5312412efea9 (diff)
Fixed a li'l thinko.
-rw-r--r--lash.c2
-rw-r--r--sh.c2
-rw-r--r--shell/lash.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/lash.c b/lash.c
index b9685ab31..54d6b3ad7 100644
--- a/lash.c
+++ b/lash.c
@@ -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;
diff --git a/sh.c b/sh.c
index b9685ab31..54d6b3ad7 100644
--- a/sh.c
+++ b/sh.c
@@ -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;
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)
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;