mirror of https://github.com/pyodide/pyodide.git
Double quote array expansions to avoid re-splitting elements
This commit is contained in:
parent
cdc5e9ec6a
commit
e7956fde55
|
@ -23,7 +23,7 @@ set -eo pipefail
|
|||
if ! command -v docker &> /dev/null; then
|
||||
USER_FLAG=()
|
||||
docker() {
|
||||
podman $@
|
||||
podman "$@"
|
||||
}
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue