docker: Double quote array expansions to avoid re-splitting elements

Signed-off-by: Petr Kubat <pkubat@redhat.com>
This commit is contained in:
Petr Kubat
2018-10-05 09:39:03 +02:00
parent 094b8b7350
commit 8e54df5d91

2
docker
View File

@ -1,4 +1,4 @@
#!/bin/sh
[ -f /etc/containers/nodocker ] || \
echo "Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg." >&2
exec /usr/bin/podman $@
exec /usr/bin/podman "$@"