Explicitly run patch scripts with python2 (since Archlinux has 3 installed by default).

This commit is contained in:
Sebastian Lackner 2014-09-01 21:32:23 +02:00
parent faf78575ac
commit c45a17079d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
#
# Automatic patch dependency checker and Makefile/README.md generator.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
#
# Python functions to read, split and apply patches.
#