1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-09-28 19:05:49 +08:00

Fix to build with python2 by default

I used python2.7 first, however after looking through issue #104 and the python2.patch I switched using python2 instead because python2 seems to be more generic.
This commit is contained in:
Jan Stilow 2016-06-01 16:23:00 +02:00
parent d17dd5d192
commit 01a5302032

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#
# Copyright (c) 2008, Google Inc.
# All rights reserved.