All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts/bpf: switch to more portable python3 shebang
@ 2020-02-25 20:54 Scott Branden
  2020-02-25 23:01 ` Song Liu
  2020-02-26 15:38 ` Daniel Borkmann
  0 siblings, 2 replies; 3+ messages in thread
From: Scott Branden @ 2020-02-25 20:54 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann
  Cc: Martin KaFai Lau, Song Liu, Yonghong Song, Andrii Nakryiko,
	netdev, bpf, linux-kernel, bcm-kernel-feedback-list,
	Scott Branden

Change "/usr/bin/python3" to "/usr/bin/env python3" for
more portable solution in bpf_helpers_doc.py.

Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
 scripts/bpf_helpers_doc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bpf_helpers_doc.py b/scripts/bpf_helpers_doc.py
index 90baf7d70911..cebed6fb5bbb 100755
--- a/scripts/bpf_helpers_doc.py
+++ b/scripts/bpf_helpers_doc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # Copyright (C) 2018-2019 Netronome Systems, Inc.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-26 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 20:54 [PATCH] scripts/bpf: switch to more portable python3 shebang Scott Branden
2020-02-25 23:01 ` Song Liu
2020-02-26 15:38 ` Daniel Borkmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.