Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils/docker-run: fix shellcheck errors
In utils/docker-run line 10: --user $(id -u):$(id -g) \ ^------^ SC2046: Quote this to prevent word splitting. ^------^ SC2046: Quote this to prevent word splitting. The suggestions from shellcheck can be applied. Signed-off-by: Arnout Vandecappelle <[email protected]>
- Loading branch information