ash: move TRACE statement in evalcommand()
authorRon Yorston <rmy@pobox.com>
Fri, 21 Feb 2020 16:16:56 +0000 (16:16 +0000)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Feb 2020 11:52:41 +0000 (12:52 +0100)
commit6cda0b04a3d3c36312adf7a9aa608306f6a5704a
tree95f8d11e21dd7545f45cf5f269e606b37ca7a631
parent7f198485529cf3b9cc074a944dec56769872a1e3
ash: move TRACE statement in evalcommand()

Following recent work on evalcommand() a TRACE statement to report
the status of a forked command was left in the wrong place.

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