[master] 159fc1c Do not force python3

Federico G. Schwindt fgsch at lodoss.net
Fri Oct 23 06:23:13 CEST 2015


commit 159fc1cd5e9a3594f4dda781d7db43527ccba620
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