aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew King <[email protected]>2016-06-26 16:47:03 +0300
committerMatthew King <[email protected]>2016-06-26 16:47:03 +0300
commit873e81f89b3197580aca3dd4a591d00e41696a89 (patch)
tree0fcffb8b510b0eda8f649bcfa3f199dd7045fb52 /src
parentMerge #8244: remove unnecessary LOCK(cs_main) in getrawpmempool (diff)
downloaddiscoin-873e81f89b3197580aca3dd4a591d00e41696a89.tar.xz
discoin-873e81f89b3197580aca3dd4a591d00e41696a89.zip
Use portable #! in python scripts (/usr/bin/env)
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@"