From 7a74bc37e37a05285e9d273091280515f9402f20 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Tue, 1 Feb 2022 14:10:42 -0800 Subject: [PATCH] Change shebang to #!/usr/bin/env python in prep for macOS 12.3 --- getmacosipsws.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getmacosipsws.py b/getmacosipsws.py index 38713d8..6086416 100755 --- a/getmacosipsws.py +++ b/getmacosipsws.py @@ -1,7 +1,7 @@ -#!/usr/bin/python +#!/usr/bin/env python # encoding: utf-8 # -# Copyright 2021 Greg Neagle. +# Copyright 2021-2022 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.