From: Christoph Egger Date: Thu, 21 Jan 2016 14:24:11 +0000 (+0100) Subject: Fix PATH export X-Git-Url: https://git.siccegge.de//index.cgi?p=tooling%2Ftls.git;a=commitdiff_plain;h=HEAD Fix PATH export --- 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)