make sure pyenv is active when fixing

This commit is contained in:
Damien Elmes 2020-01-10 13:07:12 +10:00
parent ff7ff5c2b9
commit c010bb0a37

View File

@ -89,6 +89,7 @@ check: pyenv buildhash
.PHONY: fix .PHONY: fix
fix: fix:
@set -e && \ @set -e && \
. pyenv/bin/activate && \
for dir in $(CHECKABLE); do \ for dir in $(CHECKABLE); do \
$(SUBMAKE) -C $$dir fix; \ $(SUBMAKE) -C $$dir fix; \
done; \ done; \