aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 6b6c54f3b..fedb784e4 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -1284,7 +1284,7 @@ static int run_pipe_real(struct pipe *pi)
1284 int i; 1284 int i;
1285 int nextin, nextout; 1285 int nextin, nextout;
1286 int pipefds[2]; /* pipefds[0] is for reading */ 1286 int pipefds[2]; /* pipefds[0] is for reading */
1287 struct child_prog *child; 1287 struct child_prog *child = NULL;
1288 const struct built_in_command *x; 1288 const struct built_in_command *x;
1289 char *p; 1289 char *p;
1290 1290