From ddf08f111fe4de4b93674c9225a657cb8aec62b0 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Sun, 2 Feb 2020 14:40:31 +1000 Subject: [PATCH] Replace hard coded python paths with env --- tools/checksum | 2 +- tools/extract | 2 +- tools/rareunzip | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/checksum b/tools/checksum index a1e949255..690e5328c 100755 --- a/tools/checksum +++ b/tools/checksum @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 import sys; diff --git a/tools/extract b/tools/extract index 10d802d8b..d9134d28d 100755 --- a/tools/extract +++ b/tools/extract @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # Extract assets from a Perfect Dark ROM. # diff --git a/tools/rareunzip b/tools/rareunzip index 8eec38925..7b7a788c5 100755 --- a/tools/rareunzip +++ b/tools/rareunzip @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 import sys, zlib