aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-26 19:19:23 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-26 19:19:23 +0000
commita2cf590f865a1878038025e03b799de46bebf8c6 (patch)
treeb13c7d605053351284abbd231e6cd10f5464e8bd /sh.c
parentcde3ce09e3016108520fbad12595c3ceef1131d4 (diff)
downloadbusybox-w32-a2cf590f865a1878038025e03b799de46bebf8c6.tar.gz
busybox-w32-a2cf590f865a1878038025e03b799de46bebf8c6.tar.bz2
busybox-w32-a2cf590f865a1878038025e03b799de46bebf8c6.zip
Fixed a li'l thinko.
git-svn-id: svn://busybox.net/trunk/busybox@1685 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c2
1 files changed, 1 insertions, 1 deletions
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)
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;