Change shebangs of makecatalogs and repoclean to reference munki-python.

This will reduce the support burden when Apple's Python is removed in macOS 12.3.
People running these tools on non-macOS platforms will need to edit the shebang lines or call via their preferred Python.
This commit is contained in:
Greg Neagle
2022-01-28 08:51:30 -08:00
parent b48ff59e58
commit e80604f2a2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2009-2021 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2016-2021 Greg Neagle.