From e57c1bbccbede53985b5cecc7abc79a13d3cf31c Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Thu, 21 Jan 2016 15:24:11 +0100 Subject: [PATCH] Fix PATH export --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 80ccae6..762e4b9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ #!/usr/bin/make -f -export PATH=$(PATH):/srv/tls/bin - +export PATH := /srv/tls/bin:$(PATH) -- 2.39.2