mirror of https://github.com/thesofproject/sof.git
docker-run.sh: fix quoting issues
As reported by shellcheck Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
4893e7018f
commit
1c6930e29f
|
@ -10,5 +10,5 @@
|
|||
# To build topology:
|
||||
# ./scripts/docker-run.sh ./scripts/build-tools.sh
|
||||
|
||||
docker run -i -t -v `pwd`:/home/sof/work/sof.git \
|
||||
--user `id -u` sof $@
|
||||
docker run -i -t -v "$(pwd)":/home/sof/work/sof.git \
|
||||
--user "$(id -u)" sof "$@"
|
||||
|
|
Loading…
Reference in New Issue