Recieved quite a few requests to run python via /usr/bin/env, so doing that.

pull/78/merge
Michael DeHaan 13 years ago
parent b1471bf857
commit 01e51b120a

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com> # (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
# #

@ -1,4 +1,4 @@
#!/usr/bin/python -tt #!/usr/bin/env python
# (C) 2012, Michael DeHaan, <michael.dehaan@gmail.com> # (C) 2012, Michael DeHaan, <michael.dehaan@gmail.com>
# This file is part of Ansible # This file is part of Ansible

Loading…
Cancel
Save