diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-17 18:51:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-17 18:51:45 +0000 |
commit | a683ee81d918f338a8335d4f03057106b701afec (patch) | |
tree | 0d6fa23ebe6b2c0f3ffc26b2e848e3b480804573 /sh.c | |
parent | e5aef92e22172d36152bae6e15d5c0419c758121 (diff) | |
download | busybox-w32-a683ee81d918f338a8335d4f03057106b701afec.tar.gz busybox-w32-a683ee81d918f338a8335d4f03057106b701afec.tar.bz2 busybox-w32-a683ee81d918f338a8335d4f03057106b701afec.zip |
"I will always compile before I commit."
"I will always compile before I commit."
"I will always compile before I commit."
-Erik
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1152,7 +1152,7 @@ static int runCommand(struct job *newJob, struct jobSet *jobList, int inBg, int | |||
1152 | int pipefds[2]; /* pipefd[0] is for reading */ | 1152 | int pipefds[2]; /* pipefd[0] is for reading */ |
1153 | struct builtInCommand *x; | 1153 | struct builtInCommand *x; |
1154 | #ifdef BB_FEATURE_SH_STANDALONE_SHELL | 1154 | #ifdef BB_FEATURE_SH_STANDALONE_SHELL |
1155 | struct BB_applet search_applet, *applet = applets; | 1155 | struct BB_applet search_applet, *applet; |
1156 | #endif | 1156 | #endif |
1157 | 1157 | ||
1158 | nextin = 0, nextout = 1; | 1158 | nextin = 0, nextout = 1; |