aboutsummaryrefslogtreecommitdiff
path: root/contrib/seeds/generate-seeds.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-08-15 15:44:13 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-08-15 15:45:20 +0200
commit6e5e5abba6f8bbbe61c22795df440dfafcfdc378 (patch)
tree9f1b2478f3fc19ddd5a751c7334d0e1d271f8268 /contrib/seeds/generate-seeds.py
parentc5038631509336840ef5212f0b805816d4336888 (diff)
parent7b01ce254cfa0e8ae7e57a72c57e8ae89f3c1829 (diff)
downloadbitcoin-6e5e5abba6f8bbbe61c22795df440dfafcfdc378.tar.xz
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 'contrib/seeds/generate-seeds.py')
-rwxr-xr-xcontrib/seeds/generate-seeds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/seeds/generate-seeds.py b/contrib/seeds/generate-seeds.py
index a3d0352187..f43dc0b218 100755
--- a/contrib/seeds/generate-seeds.py
+++ b/contrib/seeds/generate-seeds.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (c) 2014 Wladimir J. van der Laan
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.