From a683ee81d918f338a8335d4f03057106b701afec Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 17 Nov 2000 18:51:45 +0000 Subject: "I will always compile before I commit." "I will always compile before I commit." "I will always compile before I commit." -Erik --- shell/lash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/lash.c b/shell/lash.c index 1e0803f77..7f5b90602 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -1152,7 +1152,7 @@ static int runCommand(struct job *newJob, struct jobSet *jobList, int inBg, int int pipefds[2]; /* pipefd[0] is for reading */ struct builtInCommand *x; #ifdef BB_FEATURE_SH_STANDALONE_SHELL - struct BB_applet search_applet, *applet = applets; + struct BB_applet search_applet, *applet; #endif nextin = 0, nextout = 1; -- cgit v1.2.3