okl4: use python2 explicitely in elfweaver tool

Fix #3892
This commit is contained in:
Stefan Kalkowski 2020-09-15 15:09:36 +02:00 committed by Norman Feske
parent 951409f14b
commit c48b3ca16f
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
diff --git a/tools/pyelf/elfweaver b/tools/pyelf/elfweaver
index 48a43be..a96e13a 100755
--- a/tools/pyelf/elfweaver
+++ b/tools/pyelf/elfweaver
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
#
# Copyright (c) 2007 Open Kernel Labs, Inc. (Copyright Holder).
# All rights reserved.

View File

@ -1 +1 @@
cbf5e3e886256787ed0472a37a3f182511375874
dcd46f19514cefcd38053b1f4a9df5d115875afc