hush: implement "command" builtin (no options are supported yet)
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 11 Jan 2018 17:05:05 +0000 (18:05 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 11 Jan 2018 17:05:05 +0000 (18:05 +0100)
commit3bb3e1d0a1eed01306e22e59db8de6c2d945165a
treef2df470ae2de4417fad4c2f75f33bc544e92a454
parent1f1911239c0874d49a31d0ef2e618d0a1086a8df
hush: implement "command" builtin (no options are supported yet)

function                                             old     new   delta
pseudo_exec_argv                                     194     231     +37

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c