Skip to content

Commit 7b01ce2

Browse files
author
Matthew King
committed
Favour python over python2 as per PR #7723
1 parent 873e81f commit 7b01ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/devtools/security-check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python2
1+
#!/usr/bin/env python
22
'''
33
Perform basic ELF security checks on a series of executables.
44
Exit status will be 0 if successful, and the program will be silent.

contrib/devtools/symbol-check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python2
1+
#!/usr/bin/env python
22
# Copyright (c) 2014 Wladimir J. van der Laan
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

0 commit comments

Comments
 (0)