mirror of
https://github.com/ARM-software/devlib.git
synced 2025-11-14 12:45:17 +00:00
On some targets the run_into function is not passing all params to the called application. This patch should fix that using shift to get a list of all command parameters. Moreovere, we use now exec to spawn the command execution, which avoids to generate yet another shell to run the required command.