Change shebang to use installed Python, not environment's Python.

git-svn-id: http://munki.googlecode.com/svn/trunk@887 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2010-11-03 00:03:04 +00:00
parent f4dc95a10d
commit fbeaadbe48
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# encoding: utf-8
#
# Copyright 2009-2010 Greg Neagle.