mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 08:02:34 +02:00
Use portable #! in python scripts (/usr/bin/env)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# linearize-hashes.py: List blocks in a linear, no-fork version of the chain.
|
||||
#
|
||||
|
Reference in New Issue
Block a user