aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.c b/sh.c
index 1e0803f77..7f5b90602 100644
--- a/sh.c
+++ b/sh.c
@@ -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;