Use portable #! in python scripts (/usr/bin/env)

This commit is contained in:
Matthew King
2016-06-26 16:47:03 +03:00
committed by Jack Grigg
parent 73fea25404
commit d28d3d20de
8 changed files with 9 additions and 9 deletions

View File

@@ -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.

View File

@@ -1,2 +1,2 @@
#!/usr/bin/python
#!/usr/bin/env python
exeext="@EXEEXT@"