[master] ae5a35f Use /usr/bin/env instead of hard coding python location

Tollef Fog Heen tfheen at varnish-cache.org
Mon Aug 5 10:49:32 CEST 2013


commit ae5a35f0c77f31c518d071551b5847d50a33510b
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Wed Jul 31 10:54:26 2013 +0200

    Use /usr/bin/env instead of hard coding python location

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.



More information about the varnish-commit mailing list