Merge pull request #68 from JL2210/use-env-python2

Use /usr/bin/env python2 instead of /usr/bin/python2
This commit is contained in:
Alistair Leslie-Hughes 2019-01-18 05:36:30 +10:00 committed by GitHub
commit 690a18a601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/env python2
import getopt, os, subprocess, sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
#
# Plot dependency graph for Staging patches.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
#
# Automatic patch dependency checker and apply script generator.

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/env python2
#
# Python progressbar functions.
#