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
|
if ! command -v docker &> /dev/null; then
|
||||||
USER_FLAG=()
|
USER_FLAG=()
|
||||||
docker() {
|
docker() {
|
||||||
podman $@
|
podman "$@"
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue