X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fhush.c;h=cc81c9c3e05fb57666944d6a89e9e4245bb62a5e;hb=588a13f742b6d63ac7d5631af11baa01f3a9e80f;hp=eb6c879c534acc91404766a0599e116fd4e7cc3d;hpb=199adb601ff34bdbbd0667fac80dfe0a87bffc2b;p=u-boot diff --git a/common/hush.c b/common/hush.c index eb6c879c53..cc81c9c3e0 100644 --- a/common/hush.c +++ b/common/hush.c @@ -1665,7 +1665,7 @@ static int run_pipe_real(struct pipe *pi) } /* Process the command */ return cmd_process(flag, child->argc, child->argv, - &flag_repeat); + &flag_repeat, NULL); #endif } #ifndef __U_BOOT__