Use /usr/bin/env python2 instead of /usr/bin/python2

Signed-off-by: James Larrowe <larrowe.semaj11@gmail.com>
This commit is contained in:
James Larrowe 2019-01-16 19:20:30 -05:00
parent 3161e5be34
commit eb09d462e2
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.
#