From 291f0d305234c121c858735f6ca39124e2fa4299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 8 Feb 2018 21:38:36 +0100 Subject: [PATCH] Fix activate for /bin/sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1aedde..0b8c8c6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ venv = ./venv requirements = requirements.txt -activate = source $(venv)/bin/activate +activate = . $(venv)/bin/activate pip = pip ansible = venv/bin/ansible-playbook dotbot = _dotbot/bin/dotbot