]> git.siccegge.de Git - tooling/tls.git/commitdiff
Fix PATH export master
authorChristoph Egger <christoph@christoph-egger.org>
Thu, 21 Jan 2016 14:24:11 +0000 (15:24 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Thu, 21 Jan 2016 14:24:11 +0000 (15:24 +0100)
Makefile

index 80ccae6e05c07e87d651cb6b0414ba0cdad6aa93..762e4b9f7adf9f0240a7f1b7f0fd46149e60ea7d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
-export PATH=$(PATH):/srv/tls/bin
-
+export PATH := /srv/tls/bin:$(PATH)