Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common_run: address shellcheck issues
fixed: - [SC2181](https://www.shellcheck.net/wiki/SC2181) Check exit code directly with e.g. `if mycmd;`, not indirectly with `$?`. - [SC2145](https://www.shellcheck.net/wiki/SC2145) Argument mixes string and array. Use `*` or separate argument. Signed-off-by: Sandro Bonazzola <[email protected]>
- Loading branch information