Use portable #! in python scripts (/usr/bin/env)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2014 BitPay, Inc.
|
||||
# Distributed under the MIT software license, see the accompanying
|
||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
exeext="@EXEEXT@"
|
||||
|
||||
Reference in New Issue
Block a user