mirror of
https://github.com/munki/munki.git
synced 2026-01-28 01:53:04 -06:00
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:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2009-2021 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2016-2021 Greg Neagle.
|
||||
|
||||
Reference in New Issue
Block a user