diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-11-17 18:51:45 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-11-17 18:51:45 +0000 |
commit | 3e7ba777c9c8066ddbe3f513a248b063b03fa882 (patch) | |
tree | 0d6fa23ebe6b2c0f3ffc26b2e848e3b480804573 /sh.c | |
parent | efe980aa9a42b1c8235ed52ce0298e096c282e96 (diff) | |
download | busybox-w32-3e7ba777c9c8066ddbe3f513a248b063b03fa882.tar.gz busybox-w32-3e7ba777c9c8066ddbe3f513a248b063b03fa882.tar.bz2 busybox-w32-3e7ba777c9c8066ddbe3f513a248b063b03fa882.zip |
"I will always compile before I commit."
"I will always compile before I commit."
"I will always compile before I commit."
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1324 69ca8d6d-28ef-0310-b511-8ec308f3f277
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; |