summaryrefslogtreecommitdiffstats
path: root/util/ipqheader
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-10-07 01:58:27 +0000
committerPatrick Georgi <pgeorgi@google.com>2018-11-17 07:32:03 +0000
commitc2e494136731571a78b2bdd7ca9dc536a8b5aecd (patch)
treea31bde7ce2d3ce4a96445200491b12c4e40a14f0 /util/ipqheader
parent15316e2321e9936da5f0906ec76545830938a46e (diff)
downloadcoreboot-c2e494136731571a78b2bdd7ca9dc536a8b5aecd.tar.gz
coreboot-c2e494136731571a78b2bdd7ca9dc536a8b5aecd.tar.bz2
coreboot-c2e494136731571a78b2bdd7ca9dc536a8b5aecd.zip
treewide: use /usr/bin/env where appropriate
Some Unix systems (GuixSD, NixOS) do not install programs like Bash and Python to /usr/bin, and /usr/bin/env has to be used to locate these instead. Change-Id: I7546bcb881c532adc984577ecb0ee2ec4f2efe00 Signed-off-by: Yegor Timoshenko <yegortimoshenko@riseup.net> Reviewed-on: https://review.coreboot.org/28953 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 b01e628544fb..7f2d9873196b 100755
--- a/util/ipqheader/createxbl.py
+++ b/util/ipqheader/createxbl.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#============================================================================
#
#/** @file createxbl.py
diff --git a/util/ipqheader/mbn_tools.py b/util/ipqheader/mbn_tools.py
index c4d26c1793b6..8a17563606eb 100755
--- a/util/ipqheader/mbn_tools.py
+++ b/util/ipqheader/mbn_tools.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#===============================================================================
#
# MBN TOOLS