9
0
Fork 0

hush: pass return code from exit command

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-09-17 11:13:49 +02:00
parent 4596d2b6f9
commit d81251712c
1 changed files with 1 additions and 0 deletions

View File

@ -1393,6 +1393,7 @@ static int parse_stream_outer(struct p_context *ctx, struct in_str *inp, int fla
code = 0;
continue;
}
code = last_return_code;
break;
}
} else {