mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
Changed from #!/usr/bin/env python to #!/usr/bin/python because we need to use Apple's installed Python, and not whatever python the user happens to be using...
git-svn-id: http://munki.googlecode.com/svn/trunk@210 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
#
|
||||
# Copyright 2009 Greg Neagle.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user