[PATCH 2/3] Use /usr/bin/env instead of hard coding python location

Tollef Fog Heen tfheen at varnish-software.com
Wed Jul 31 10:57:31 CEST 2013


---
 lib/libvcl/vmodtool.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libvcl/vmodtool.py b/lib/libvcl/vmodtool.py
index 259f97f..d99d8c6 100755
--- a/lib/libvcl/vmodtool.py
+++ b/lib/libvcl/vmodtool.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/env python
 #-
 # Copyright (c) 2010-2011 Varnish Software AS
 # All rights reserved.
-- 
1.7.10.4




More information about the varnish-dev mailing list