[4.1] 12e38ae Do not force python3

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 14 15:15:02 CET 2016


commit 12e38ae1cccd23c79569c5b178ac152733f97b7f
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Oct 22 18:51:29 2015 +0100

    Do not force python3
    
    Use `python' as with the other Python scripts.

diff --git a/lib/libvcc/generate.py b/lib/libvcc/generate.py
index f8aeb79..7a7413f 100755
--- a/lib/libvcc/generate.py
+++ b/lib/libvcc/generate.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 #-
 # Copyright (c) 2006 Verdens Gang AS
 # Copyright (c) 2006-2015 Varnish Software AS



More information about the varnish-commit mailing list