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
Родитель 111989bb35
Коммит 006a30aa83
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
Просмотреть файл