aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHenrik Jonsson <me@hkjn.me>2017-12-05 14:47:54 +0000
committerHenrik Jonsson <me@hkjn.me>2017-12-05 14:47:56 +0000
commit6d2f277b1905de93bade8e589895403b13b30c5c (patch)
tree7cba77c7d5f4b59f8af66eb74f418fd7952dfe31 /share
parent91eeaa03354bbb4ee79d6defaffaef2b32ecbe29 (diff)
downloadbitcoin-6d2f277b1905de93bade8e589895403b13b30c5c.tar.xz
rpcuser.py: Use 'python' not 'python2'
Diffstat (limited to 'share')
-rwxr-xr-xshare/rpcuser/rpcuser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/rpcuser/rpcuser.py b/share/rpcuser/rpcuser.py
index 63c69e308a..6d9b44f699 100755
--- a/share/rpcuser/rpcuser.py
+++ b/share/rpcuser/rpcuser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
# Copyright (c) 2015-2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.