[PATCH] Stop using /usr/bin/env (#987028)

Vratislav Podzimek vpodzime at redhat.com
Thu Jul 25 07:22:50 UTC 2013


On Wed, 2013-07-24 at 14:16 -0700, Brian C. Lane wrote:
> From: "Brian C. Lane" <bcl at redhat.com>
> 
> ---
>  Makefile                   | 2 +-
>  setup.py                   | 2 +-
>  src/sbin/livemedia-creator | 2 +-
>  src/sbin/lorax             | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 1015e4b..2bb8902 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1,4 +1,4 @@
> -PYTHON ?= /usr/bin/env python
> +PYTHON ?= /usr/bin/python
>  DESTDIR ?= /
>  
>  PKGNAME = lorax
> diff --git a/setup.py b/setup.py
> index c4141f1..4d5b543 100644
> --- a/setup.py
> +++ b/setup.py
> @@ -1,4 +1,4 @@
> -#! /usr/bin/env python
> +#!/usr/bin/python
>  
>  from distutils.core import setup
>  from glob import glob
> diff --git a/src/sbin/livemedia-creator b/src/sbin/livemedia-creator
> index f6947b9..da0ac8f 100755
> --- a/src/sbin/livemedia-creator
> +++ b/src/sbin/livemedia-creator
> @@ -1,4 +1,4 @@
> -#!/usr/bin/env python
> +#!/usr/bin/python
>  #
>  # Live Media Creator
>  #
> diff --git a/src/sbin/lorax b/src/sbin/lorax
> index 2337f95..a571c0b 100755
> --- a/src/sbin/lorax
> +++ b/src/sbin/lorax
> @@ -1,4 +1,4 @@
> -#! /usr/bin/env python
> +#!/usr/bin/python
>  
>  #
>  # lorax
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list