Force python2 to prevent package builders warning and runtime issue

(e.g. ambigous python version)

git-svn-id: svn://ultimatepp.org/upp/trunk@14332 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
amrein 2020-04-19 12:42:32 +00:00
parent 5498be32c3
commit 5ea9940387
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#
# Check trace components in FreeType 2 source.
# Author: suzuki toshiya, 2009, 2013

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#
# DocBeauty (c) 2003, 2004, 2008 David Turner <david@freetype.org>
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#
# DocMaker (c) 2002, 2004, 2008, 2013 David Turner <david@freetype.org>
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#******************************************************************************
# $Id: s57tables.py 2780 2001-12-17 22:33:06Z warmerda $
#