This is required in rhel6 to be able to have multiple python versions installed. splittree.py was the only instance of the env shebang line in rhel5. In rhel6, there are none. --- scripts/splittree.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/splittree.py b/scripts/splittree.py index 9e8c0bd..d7f52ca 100644 --- a/scripts/splittree.py +++ b/scripts/splittree.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python
# Copyright (C) 2003-2005 Red Hat, Inc. #
On 11/30/2009 11:23 AM, Radek Vykydal wrote:
This is required in rhel6 to be able to have multiple python versions installed. splittree.py was the only instance of the env shebang line in rhel5. In rhel6, there are none.
On 11/30/2009 11:24 AM, Radek Vykydal wrote:
This is a rhel 5 patch.
I don't understand - if it's only required for rhel 6, why do it on the rhel 5 branch at all?
This is a rhel 5 patch.
I don't understand - if it's only required for rhel 6, why do it on the rhel 5 branch at all?
From the bug report, it looks like it started as a big deal for RHEL6,
and then they decided it should also be a big deal for RHEL5. The referenced bug is a RHEL5 one.
- Chris
anaconda-devel@lists.stg.fedoraproject.org