mirror of
https://github.com/munki/munki.git
synced 2026-01-06 14:40:09 -06:00
Revert "Change all shebangs in prep for Python 3.12 (where symlinks to the Python executable are broken)"
This reverts commit fdec07b615.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2017-2024 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2018-2024 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2017-2024 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2010-2024 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2010-2024 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2011-2024 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2009-2024 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2008-2024 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2011-2024 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# -*- python -*-
|
||||
# encoding: utf-8
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2018-2024 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2011-2017 Google Inc. All Rights Reserved.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2009-2024 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2016-2024 Greg Neagle.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
# encoding: utf-8
|
||||
#
|
||||
# Copyright 2011-2013 Google Inc. All Rights Reserved.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
|
||||
#!/usr/local/munki/munki-python
|
||||
|
||||
import sys
|
||||
sys.path.append("/usr/local/munki")
|
||||
|
||||
Reference in New Issue
Block a user