summaryrefslogtreecommitdiffstats
path: root/util/ipqheader
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2018-11-17 09:47:27 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-11-18 09:12:22 +0000
commit7ec15c82f4c8994021be25b42771d3b457068f44 (patch)
tree22a6d599250489e7e157f5a3959a96ec71643ca3 /util/ipqheader
parent5a61cc5d22bd302dde5a9a4b5491fceebcb9b18d (diff)
downloadcoreboot-7ec15c82f4c8994021be25b42771d3b457068f44.tar.gz
coreboot-7ec15c82f4c8994021be25b42771d3b457068f44.tar.bz2
coreboot-7ec15c82f4c8994021be25b42771d3b457068f44.zip
util: Fix shebang for python2 scripts
Python 3 is the default Python interpreter on most modern systems. Python 2 scripts must specify they should be run with Python 2 in their shebang. Solves issue raised in CB:28953. Change-Id: I9ace4afd668539c05e7ace30e255af50c7a069c2 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/29666 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/ipqheader')
-rwxr-xr-xutil/ipqheader/createxbl.py2
-rwxr-xr-xutil/ipqheader/mbn_tools.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/ipqheader/createxbl.py b/util/ipqheader/createxbl.py
index 7f2d9873196b..1efd8bac0c07 100755
--- a/util/ipqheader/createxbl.py
+++ b/util/ipqheader/createxbl.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#============================================================================
#
#/** @file createxbl.py
diff --git a/util/ipqheader/mbn_tools.py b/util/ipqheader/mbn_tools.py
index 8a17563606eb..c66afda7b555 100755
--- a/util/ipqheader/mbn_tools.py
+++ b/util/ipqheader/mbn_tools.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#===============================================================================
#
# MBN TOOLS