aboutsummaryrefslogtreecommitdiff
path: root/contrib/seeds
diff options
context:
space:
mode:
authorMatthew King <chohag@jtan.com>2016-06-26 16:47:03 +0300
committerMatthew King <chohag@jtan.com>2016-06-26 16:47:03 +0300
commit873e81f89b3197580aca3dd4a591d00e41696a89 (patch)
tree0fcffb8b510b0eda8f649bcfa3f199dd7045fb52 /contrib/seeds
parent1922e5a6545835ac57e8a56aa4c4a251c07fe9e9 (diff)
downloadbitcoin-873e81f89b3197580aca3dd4a591d00e41696a89.tar.xz
Use portable #! in python scripts (/usr/bin/env)
Diffstat (limited to 'contrib/seeds')
-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.