Add quotes required by shellcheck

This commit is contained in:
Bryan Boreham
2021-04-04 11:37:28 +01:00
parent 28319e3f49
commit 2ddcd9c067

View File

@@ -7,4 +7,4 @@ SCOPE_SRC=$GOPATH/src/github.com/weaveworks/scope
# Mount the scope repo:
# -v $(pwd):/go/src/github.com/weaveworks/scope
make -C $SCOPE_SRC BUILD_IN_CONTAINER=false $*
make -C "$SCOPE_SRC" BUILD_IN_CONTAINER=false "$@"