aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/test-security-check.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-08-15 15:44:13 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-08-15 15:45:20 +0200
commit6e5e5abba6f8bbbe61c22795df440dfafcfdc378 (patch)
tree9f1b2478f3fc19ddd5a751c7334d0e1d271f8268 /contrib/devtools/test-security-check.py
parentc5038631509336840ef5212f0b805816d4336888 (diff)
parent7b01ce254cfa0e8ae7e57a72c57e8ae89f3c1829 (diff)
downloadbitcoin-6e5e5abba6f8bbbe61c22795df440dfafcfdc378.tar.xz
Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)
7b01ce2 Favour python over python2 as per PR #7723 (Matthew King) 873e81f Use portable #! in python scripts (/usr/bin/env) (Matthew King)
Diffstat (limited to 'contrib/devtools/test-security-check.py')
-rwxr-xr-xcontrib/devtools/test-security-check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/devtools/test-security-check.py b/contrib/devtools/test-security-check.py
index fed7626aab..324b7bcd85 100755
--- a/contrib/devtools/test-security-check.py
+++ b/contrib/devtools/test-security-check.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python2
'''
Test script for security-check.py
'''