Hi, Remove redundant shebangs from files that are not used as scripts.
https://fedorahosted.org/freeipa/ticket/3853 -- Tomas Babej Associate Software Engeneer | Red Hat | Identity Management RHCE | Brno Site | IRC: tbabej | freeipa.org
From 43c7733ccf691bd50425f021c4ab23f11315343d Mon Sep 17 00:00:00 2001 From: Tomas Babej <[email protected]> Date: Tue, 20 Aug 2013 13:38:29 +0200 Subject: [PATCH] Remove redundant shebangs Remove redundant shebangs from files that are not used as scripts. https://fedorahosted.org/freeipa/ticket/3853 --- ipaserver/advise/base.py | 1 - ipaserver/install/ipa_backup.py | 3 +-- ipaserver/install/ipa_ldap_updater.py | 1 - ipaserver/install/ipa_replica_prepare.py | 1 - ipaserver/install/ipa_restore.py | 3 +-- 5 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ipaserver/advise/base.py b/ipaserver/advise/base.py index 8350bdbccac3dc6a73c98ba93701076143326a27..92dbb4e9e30c6d624eca95609568ae62bd9ea7fe 100644 --- a/ipaserver/advise/base.py +++ b/ipaserver/advise/base.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Authors: Tomas Babej <[email protected]> # # Copyright (C) 2013 Red Hat diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py index 8326bb0c61d517758ef5c85f633d005857994eed..12c62154e94cc89054b0b1450504eef95c0700a4 100644 --- a/ipaserver/install/ipa_backup.py +++ b/ipaserver/install/ipa_backup.py @@ -1,5 +1,4 @@ -#!/usr/bin/python -# Authors: Rob Crittenden <[email protected] +# Authors: Rob Crittenden <[email protected]> # # Copyright (C) 2013 Red Hat # see file 'COPYING' for use and warranty information diff --git a/ipaserver/install/ipa_ldap_updater.py b/ipaserver/install/ipa_ldap_updater.py index 09a1962eca3023f6ebcbff6bda3b778a992e88b4..ed0f19dfafbd3c57b7637af387aed3e8505f0236 100644 --- a/ipaserver/install/ipa_ldap_updater.py +++ b/ipaserver/install/ipa_ldap_updater.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Authors: Rob Crittenden <[email protected]> # Petr Viktorin <[email protected]> # diff --git a/ipaserver/install/ipa_replica_prepare.py b/ipaserver/install/ipa_replica_prepare.py index 83bf2b28c370c77c5e901dfd0627ea7140b4cf0a..904b8727ec686cf97572a05f3645c6fe34a2e980 100644 --- a/ipaserver/install/ipa_replica_prepare.py +++ b/ipaserver/install/ipa_replica_prepare.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Authors: Karl MacMillan <[email protected]> # Petr Viktorin <[email protected]> # diff --git a/ipaserver/install/ipa_restore.py b/ipaserver/install/ipa_restore.py index 35cc6a5180b647497cd9356f241c9d90d7535a47..2d4be57f7c9643edcee58f35b00baebbb18257f8 100644 --- a/ipaserver/install/ipa_restore.py +++ b/ipaserver/install/ipa_restore.py @@ -1,5 +1,4 @@ -#!/usr/bin/python -# Authors: Rob Crittenden <[email protected] +# Authors: Rob Crittenden <[email protected]> # # Copyright (C) 2013 Red Hat # see file 'COPYING' for use and warranty information -- 1.8.3.1
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
