mirror of
https://github.com/ARM-software/devlib.git
synced 2025-02-07 05:30:44 +00:00
96392fd6b5
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.