helper/command: simplify run_command()
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 13 May 2020 00:30:11 +0000 (02:30 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 18 Apr 2021 14:34:24 +0000 (15:34 +0100)
commitf238337c9c2fdabb48992487e5243d03d32e215d
tree7fb0ede580292429b3398f837266f8c64c5cd196
parente216186fab59d71fdee24af926d1807a1d7fc950
helper/command: simplify run_command()

Now that the commands are registered using their full-name, the
full-name is in argv[0].

Don't rebuild the full-name but use directly argv[0].

Change-Id: Ic9e469ac39276367b8c47527e70791ff470fefbc
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5672
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
src/helper/command.c