aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/security-check.py
diff options
context:
space:
mode:
authorMatthew King <[email protected]>2016-06-28 12:54:30 +0300
committerMatthew King <[email protected]>2016-06-28 12:59:34 +0300
commit7b01ce254cfa0e8ae7e57a72c57e8ae89f3c1829 (patch)
treedd2dc1fb3f01bfa5e841f20fc550d3814b3e1f07 /contrib/devtools/security-check.py
parentUse portable #! in python scripts (/usr/bin/env) (diff)
downloaddiscoin-7b01ce254cfa0e8ae7e57a72c57e8ae89f3c1829.tar.xz
discoin-7b01ce254cfa0e8ae7e57a72c57e8ae89f3c1829.zip
Favour python over python2 as per PR #7723
Diffstat (limited to 'contrib/devtools/security-check.py')
-rwxr-xr-xcontrib/devtools/security-check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/devtools/security-check.py b/contrib/devtools/security-check.py
index 24e44cf5d..c61d65264 100755
--- a/contrib/devtools/security-check.py
+++ b/contrib/devtools/security-check.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
'''
Perform basic ELF security checks on a series of executables.
Exit status will be 0 if successful, and the program will be silent.