ash: trivial code shrink
function old new delta parse_command 1677 1674 -3 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
1f27fa9838
commit
57b7efb0d5
@ -11662,7 +11662,8 @@ simplecmd(void)
|
||||
*vpp = NULL;
|
||||
*rpp = NULL;
|
||||
n = stzalloc(sizeof(struct ncmd));
|
||||
n->type = NCMD;
|
||||
if (NCMD != 0)
|
||||
n->type = NCMD;
|
||||
n->ncmd.linno = savelinno;
|
||||
n->ncmd.args = args;
|
||||
n->ncmd.assign = vars;
|
||||
|
Loading…
Reference in New Issue
Block a user