From 5e96fbc22afa02f08f71513e7b59d3d5c6a1f9dc Mon Sep 17 00:00:00 2001 From: Xiao-Long Chen Date: Wed, 27 Nov 2013 14:53:57 +0100 Subject: Use /usr/bin/python2 Part of the effort to port FreeIPA to Arch Linux, where Python 3 is the default. FreeIPA hasn't been ported to Python 3, so the code must be modified to run /usr/bin/python2 https://fedorahosted.org/freeipa/ticket/3438 Updated by pviktori@redhat.com --- ipa-client/ipa-install/ipa-client-automount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-client/ipa-install/ipa-client-automount') diff --git a/ipa-client/ipa-install/ipa-client-automount b/ipa-client/ipa-install/ipa-client-automount index 076bf0819..a431b98e9 100755 --- a/ipa-client/ipa-install/ipa-client-automount +++ b/ipa-client/ipa-install/ipa-client-automount @@ -1,4 +1,4 @@ -#!/usr/bin/python -E +#!/usr/bin/python2 -E # # Authors: # Rob Crittenden -- cgit