Skip to content

Commit ee3ea11

Browse files
committed
build: fix typo in dpdk-20.08 patch #3
Type: fix Signed-off-by: Dave Wallace <[email protected]> Change-Id: Id0b3264e723f1df161a606e4dbdcd70c36d448a4
1 parent 312e441 commit ee3ea11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/external/patches/dpdk_20.08/0003-backport-dpdk-usertools-support-python-3-only.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py
5757
index 094c2ffc8..8278a748d 100755
5858
--- a/usertools/dpdk-devbind.py
5959
+++ b/usertools/dpdk-devbind.py
60-
@@ -1,9 +1,8 @@
60+
@@ -1,4 +1,4 @@
6161
-#! /usr/bin/env python
62-
+#!/usr/bin/env python3
62+
+#! /usr/bin/env python3
6363
# SPDX-License-Identifier: BSD-3-Clause
6464
# Copyright(c) 2010-2014 Intel Corporation
6565
#

0 commit comments

Comments
 (0)