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. # -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list