mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue