From ca41a6ab0a2306665669ba2197ab400605031e96 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sat, 23 Jan 2016 21:29:47 +0100 Subject: util: Look for python2 binary instead of python Make the requirement of python2 explicit in scripts that are incompatible with python3. Change-Id: I77f150bdb3aab316fc3c3a21b911db397fa0106f Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/13286 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/ipqheader/ipqheader.py | 2 +- util/ipqheader/mbncat.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'util/ipqheader') diff --git a/util/ipqheader/ipqheader.py b/util/ipqheader/ipqheader.py index ebdb9dde91..7615146499 100755 --- a/util/ipqheader/ipqheader.py +++ b/util/ipqheader/ipqheader.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright (c) 2013 The Linux Foundation. All rights reserved. # diff --git a/util/ipqheader/mbncat.py b/util/ipqheader/mbncat.py index 98ae01608a..c4da265f80 100755 --- a/util/ipqheader/mbncat.py +++ b/util/ipqheader/mbncat.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2014, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without -- cgit v1.2.3