From 14fa40556c4ee84a96d28691cb091326b2bf651c Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 24 Jul 2013 13:41:03 -0700 Subject: [PATCH] Stop using /usr/bin/env (#987028) --- 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 1015e4bb..2bb89023 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 c4141f1d..4d5b543c 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 f6947b90..da0ac8fd 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 2337f95d..a571c0b7 100755 --- a/src/sbin/lorax +++ b/src/sbin/lorax @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/python # # lorax