mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4309 from ethereum/pythonVersion
Correctly choose python version for scripts requiring python2.
This commit is contained in:
commit
1692f78b3d
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# This script reads C++ or RST source files and writes all
|
||||
# multi-line strings into individual files.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# This script reads C++ or RST source files and writes all
|
||||
# multi-line strings into individual files.
|
||||
|
Loading…
Reference in New Issue
Block a user