From 6e25f926363876f79b7493062facffa2a1f175b7 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Fri, 26 Jan 2001 19:19:23 +0000 Subject: Fixed a li'l thinko. --- shell/lash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/lash.c') 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; -- cgit v1.2.3