mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-07 21:28:40 +02:00
Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)
7b01ce2Favour python over python2 as per PR #7723 (Matthew King)873e81fUse portable #! in python scripts (/usr/bin/env) (Matthew King)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2014 BitPay, Inc.
|
||||
# Distributed under the MIT software license, see the accompanying
|
||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
exeext="@EXEEXT@"
|
||||
|
||||
Reference in New Issue
Block a user