Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- common/hush.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/hush.c b/common/hush.c index 017f96d..4e78577 100644 --- a/common/hush.c +++ b/common/hush.c @@ -610,7 +610,9 @@ static int run_pipe_real(struct p_context *ctx, struct pipe *pi) rcode = run_list_real(ctx, child->group); return rcode; - } else if (pi->num_progs == 1 && pi->progs[0].argv != NULL) { + } + + if (pi->num_progs == 1 && pi->progs[0].argv != NULL) { for (i = 0; is_assignment(child->argv[i]); i++) { /* nothing */ } -- 1.7.10 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox