execute verify-docker-install straight-up to use setopt

By executing `bash verify-docker-install`, the `bash -e` at the top of
the script is not honored. Should just execute the script straight-up
to use whatever `set` options are desired in the script.

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
Andrew Hsu 2017-07-09 17:43:01 +00:00
parent 111989bb35
commit 006a30aa83
2 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ verify-install-%.log: needs_version needs_gitcommit
-v $(CURDIR):/v \
-w /v \
$(subst -,:,$*) \
bash verify-docker-install "$(EXPECTED_VERSION)" "$(EXPECTED_GITCOMMIT)" | tee $@
/v/verify-docker-install "$(EXPECTED_VERSION)" "$(EXPECTED_GITCOMMIT)" | tee $@

0
verify-docker-install Normal file → Executable file
View File