X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fhush.c;h=cc81c9c3e05fb57666944d6a89e9e4245bb62a5e;hb=9a32084ea0cf55d22384f083002ee9932e074f31;hp=eb6c879c534acc91404766a0599e116fd4e7cc3d;hpb=6acc7c3cbc05873d62118640cf964e9c9665804c;p=oweals%2Fu-boot.git 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__