Fixed a li'l thinko.
authorMark Whitley <markw@lineo.com>
Fri, 26 Jan 2001 19:19:23 +0000 (19:19 -0000)
committerMark Whitley <markw@lineo.com>
Fri, 26 Jan 2001 19:19:23 +0000 (19:19 -0000)
lash.c
sh.c
shell/lash.c

diff --git a/lash.c b/lash.c
index b9685ab..54d6b3a 100644 (file)
--- 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 b9685ab..54d6b3a 100644 (file)
--- 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;
index b9685ab..54d6b3a 100644 (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;