Update #! env for python3

This commit is contained in:
mdr0id 2020-02-10 13:34:29 -08:00
parent 7300db81ed
commit 1ce2e86612
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
# This script tests that the package mirror at https://download.z.cash/depends-sources/
# contains all of the packages required to build this version of Zcash.

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# This script checks for updates to zcashd's dependencies.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2014 BitPay, Inc.
# Distributed under the MIT software license, see the accompanying
# file COPYING or https://www.opensource.org/licenses/mit-license.php .

View File

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