From 636faa5385af95da0b6133b55cd7a761f5753316 Mon Sep 17 00:00:00 2001 From: Kolen Cheung Date: Sat, 30 May 2020 18:10:32 -0700 Subject: [PATCH] fetch-macos.py: respect the python in PATH --- tools/FetchMacOS/fetch-macos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/FetchMacOS/fetch-macos.py b/tools/FetchMacOS/fetch-macos.py index ec0b189..d659229 100755 --- a/tools/FetchMacOS/fetch-macos.py +++ b/tools/FetchMacOS/fetch-macos.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """fetch-macos.py: Fetches macOS products from Apple's SoftwareUpdate service."""