Added quotes for curling

Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
French Ben 2017-02-23 15:15:28 -08:00
parent 6aa1da8baf
commit a118ce4f05

View File

@ -39,7 +39,7 @@ cleanusr:
download: cleanusr
ifdef DOCKER_BIN_URL
(curl -fsSL ${DOCKER_BIN_URL} && touch ok) | tar xzf -
(curl -fsSL "${DOCKER_BIN_URL}" && touch ok) | tar xzf -
else
(curl -fsSL https://${DOCKER_HOST}/builds/${OS}/${ARCH}/docker-${DOCKER_VERSION}.tgz && touch ok) | tar xzf -
endif