ash: make shellexec capable of using separate argv[0] and filename to exec
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 12 Apr 2017 19:02:33 +0000 (21:02 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 12 Apr 2017 19:02:33 +0000 (21:02 +0200)
commite139ae307e4fd9eb3b86a6fc2e97b4e212925199
treedf7c2706fda186ae84ddd2c1fcca17b69226c915
parent352ddd3d216131757ac278e97a09ce2f4d7f53f0
ash: make shellexec capable of using separate argv[0] and filename to exec

function                                             old     new   delta
execcmd                                               71      78      +7
shellexec                                            221     224      +3
evalcommand                                         1158    1161      +3
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 13/0)               Total: 13 bytes

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