
tfheen at varnish-cache
Aug 5, 2013, 1:49 AM
Post #1 of 1
(15 views)
Permalink
|
|
[master] ae5a35f Use /usr/bin/env instead of hard coding python location
|
|
commit ae5a35f0c77f31c518d071551b5847d50a33510b Author: Tollef Fog Heen <tfheen [at] varnish-software> 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. _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|