diff --git a/Makefile b/Makefile index baa8c96..0e7cbf6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -SHELL = /bin/sh +SHELL = /bin/bash + ifneq (,$(wildcard .bundle-env)) include .bundle-env @@ -41,24 +42,20 @@ pull/%: $(check-dom0) echo "clean workdir" $(clean-workdir) - + echo "creating bundle" qvm-run -p $(GUEST) "cd $(GUEST_REPO) && make create-bundle" $(BUNDLEIN) git remote add $(GUEST) $(BUNDLEIN) || true - + git pull $(GUEST) $*:$* - + qvm-run -p $(GUEST) "cd $(GUEST_REPO) && git update-ref refs/remotes/dom0/$* $*"