
tfheen at varnish-software
Jul 31, 2013, 1:57 AM
Post #1 of 1
(29 views)
Permalink
|
|
[PATCH 2/3] Use /usr/bin/env instead of hard coding python location
|
|
--- 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 _______________________________________________ varnish-dev mailing list varnish-dev [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev
|