mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-23 04:11:54 +01:00
When executing a command using `su`, the `echo` command was returning the error code of the invocation of `su` rather than the command itself. Usually `su` should mimic the return code of the command it is executing however this is not always the case which can cause issues.