commit | a683ee81d918f338a8335d4f03057106b701afec | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Nov 17 18:51:45 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Nov 17 18:51:45 2000 +0000 |
tree | 0d6fa23ebe6b2c0f3ffc26b2e848e3b480804573 | |
parent | e5aef92e22172d36152bae6e15d5c0419c758121 [diff] [blame] |
"I will always compile before I commit." "I will always compile before I commit." "I will always compile before I commit." -Erik
diff --git a/shell/lash.c b/shell/lash.c index 1e0803f..7f5b906 100644 --- a/shell/lash.c +++ b/shell/lash.c
@@ -1152,7 +1152,7 @@ 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;