diff options
author | Rob Crittenden <rcritten@redhat.com> | 2011-01-13 12:26:30 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-01-14 16:27:48 -0500 |
commit | d7bd9138c803659bbcc3320a4656478ee73f2b3d (patch) | |
tree | 6ea62f47b9436292e25e7f7c5ca6f94e4d096d66 /install/tools/ipactl | |
parent | 81311a9f4efbcd353bcc201b58940f11c2f72e44 (diff) | |
download | freeipa.git-d7bd9138c803659bbcc3320a4656478ee73f2b3d.tar.gz freeipa.git-d7bd9138c803659bbcc3320a4656478ee73f2b3d.tar.xz freeipa.git-d7bd9138c803659bbcc3320a4656478ee73f2b3d.zip |
Execute /usr/bin/python directly instead of /usr/bin/env python
ticket 608
Diffstat (limited to 'install/tools/ipactl')
-rwxr-xr-x | install/tools/ipactl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipactl b/install/tools/ipactl index 866f55a7..059b8604 100755 --- a/install/tools/ipactl +++ b/install/tools/ipactl @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # Authors: Simo Sorce <ssorce@redhat.com> # # Copyright (C) 2008-2010 Red Hat |