aboutsummaryrefslogtreecommitdiff
path: root/lash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lash.c')
-rw-r--r--lash.c2
1 files changed, 1 insertions, 1 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)
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;