Use portable #! in python scripts (/usr/bin/env)

This commit is contained in:
Matthew King
2016-06-26 16:47:03 +03:00
parent 1922e5a654
commit 873e81f89b
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/env python2
'''
Perform basic ELF security checks on a series of executables.
Exit status will be 0 if successful, and the program will be silent.