<p>Patrick Georgi <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/29666">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Patrick Georgi: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util: Fix shebang for python2 scripts<br><br>Python 3 is the default Python interpreter on most modern systems.<br>Python 2 scripts must specify they should be run with Python 2 in their<br>shebang. Solves issue raised in CB:28953.<br><br>Change-Id: I9ace4afd668539c05e7ace30e255af50c7a069c2<br>Signed-off-by: Angel Pons <th3fanbus@gmail.com><br>Reviewed-on: https://review.coreboot.org/29666<br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>Reviewed-by: Patrick Georgi <pgeorgi@google.com><br>---<br>M util/cavium/devicetree_convert.py<br>M util/ipqheader/createxbl.py<br>M util/ipqheader/mbn_tools.py<br>M util/lint/checkpatch_json.py<br>4 files changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/cavium/devicetree_convert.py b/util/cavium/devicetree_convert.py</span><br><span>old mode 100644</span><br><span>new mode 100755</span><br><span>index 656fdf6..827e5a7</span><br><span>--- a/util/cavium/devicetree_convert.py</span><br><span>+++ b/util/cavium/devicetree_convert.py</span><br><span>@@ -1,4 +1,4 @@</span><br><span style="color: hsl(0, 100%, 40%);">-#!/usr/bin/env python</span><br><span style="color: hsl(120, 100%, 40%);">+#!/usr/bin/env python2</span><br><span> </span><br><span> # devicetree_convert Tool to convert a DTB to a static C file</span><br><span> # Copyright (C) 2018 Facebook Inc.</span><br><span>diff --git a/util/ipqheader/createxbl.py b/util/ipqheader/createxbl.py</span><br><span>index 7f2d987..1efd8ba 100755</span><br><span>--- a/util/ipqheader/createxbl.py</span><br><span>+++ b/util/ipqheader/createxbl.py</span><br><span>@@ -1,4 +1,4 @@</span><br><span style="color: hsl(0, 100%, 40%);">-#!/usr/bin/env python</span><br><span style="color: hsl(120, 100%, 40%);">+#!/usr/bin/env python2</span><br><span> #============================================================================</span><br><span> #</span><br><span> #/** @file createxbl.py</span><br><span>diff --git a/util/ipqheader/mbn_tools.py b/util/ipqheader/mbn_tools.py</span><br><span>index 8a17563..c66afda 100755</span><br><span>--- a/util/ipqheader/mbn_tools.py</span><br><span>+++ b/util/ipqheader/mbn_tools.py</span><br><span>@@ -1,4 +1,4 @@</span><br><span style="color: hsl(0, 100%, 40%);">-#!/usr/bin/env python</span><br><span style="color: hsl(120, 100%, 40%);">+#!/usr/bin/env python2</span><br><span> #===============================================================================</span><br><span> #</span><br><span> # MBN TOOLS</span><br><span>diff --git a/util/lint/checkpatch_json.py b/util/lint/checkpatch_json.py</span><br><span>index 74ad96a..c8dd36d 100755</span><br><span>--- a/util/lint/checkpatch_json.py</span><br><span>+++ b/util/lint/checkpatch_json.py</span><br><span>@@ -1,4 +1,4 @@</span><br><span style="color: hsl(0, 100%, 40%);">-#!/usr/bin/env python</span><br><span style="color: hsl(120, 100%, 40%);">+#!/usr/bin/env python2</span><br><span> # Copyright (C) 2018 Intel Corporation.</span><br><span> # written by Naresh G Solanki<naresh.solanki@intel.com> and</span><br><span> #            Maulik V Vaghela <maulik.v.vaghela@intel.com></span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29666">change 29666</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/29666"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I9ace4afd668539c05e7ace30e255af50c7a069c2 </div>
<div style="display:none"> Gerrit-Change-Number: 29666 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Angel Pons <th3fanbus@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>