Re: [SeaBIOS] [PATCH 1/2] scripts/acpi_*: use env python instead of python in shebang

2016-05-19 Thread Kevin O'Connor
On Thu, May 19, 2016 at 02:25:19AM +0200, Alexander Couzens wrote: > python should be called via env to support virtualenvs Is this a general cleanup, or did you run into a specific problem? These scripts are typically run from the makefile which runs them with the interpreter specified: $(PYTHON)

[SeaBIOS] [PATCH 1/2] scripts/acpi_*: use env python instead of python in shebang

2016-05-18 Thread Alexander Couzens
python should be called via env to support virtualenvs Signed-off-by: Alexander Couzens --- scripts/acpi_extract.py| 2 +- scripts/acpi_extract_preprocess.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/acpi_extract.py b/scripts/acpi_extract.py index