[master] 8a622fa Output to the correct file name.

Lasse Karstensen lkarsten at varnish-software.com
Thu May 26 17:14:10 CEST 2016


commit 8a622fa05aee88f25852abbf8cc6f911d6a22cbf
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Thu May 26 17:13:16 2016 +0200

    Output to the correct file name.
    
    Last minute changes...

diff --git a/lib/libvcc/vmodtool.py b/lib/libvcc/vmodtool.py
index 4c5aeac..bd4f99c 100755
--- a/lib/libvcc/vmodtool.py
+++ b/lib/libvcc/vmodtool.py
@@ -962,7 +962,7 @@ def runmain(inputvcc, rstdir, outputprefix):
 
 	# Our makefile targets the .c file so make sure to put that in place last.
 	rename(fn_headerfile, outputprefix + ".h")
-	rename(fn_cfile, outputprefix + ".h")
+	rename(fn_cfile, outputprefix + ".c")
 
 
 if __name__ == "__main__":



More information about the varnish-commit mailing list