aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2016-08-15 15:44:13 +0200
committerMarcoFalke <[email protected]>2016-08-15 15:45:20 +0200
commit6e5e5abba6f8bbbe61c22795df440dfafcfdc378 (patch)
tree9f1b2478f3fc19ddd5a751c7334d0e1d271f8268 /src
parentMerge #8192: [trivial] Remove URLs from About dialog translations (diff)
parentFavour python over python2 as per PR #7723 (diff)
downloaddiscoin-6e5e5abba6f8bbbe61c22795df440dfafcfdc378.tar.xz
discoin-6e5e5abba6f8bbbe61c22795df440dfafcfdc378.zip
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 'src')
-rwxr-xr-xsrc/test/bitcoin-util-test.py2
-rw-r--r--src/test/buildenv.py.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/bitcoin-util-test.py b/src/test/bitcoin-util-test.py
index 95dd3e81b..882b5c67b 100755
--- a/src/test/bitcoin-util-test.py
+++ b/src/test/bitcoin-util-test.py
@@ -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.
diff --git a/src/test/buildenv.py.in b/src/test/buildenv.py.in
index 1618bdeb7..153f34a3d 100644
--- a/src/test/buildenv.py.in
+++ b/src/test/buildenv.py.in
@@ -1,2 +1,2 @@
-#!/usr/bin/python
+#!/usr/bin/env python
exeext="@EXEEXT@"