Change shebang to absolute path in ipa-client-automount

https://fedorahosted.org/freeipa/ticket/3811
This commit is contained in:
Tomas Babej 2013-07-23 17:11:59 +02:00 committed by Martin Kosek
parent 6782a24ff1
commit 8a41b64a8c

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python -E
#
# Authors:
# Rob Crittenden <rcritten@redhat.com>