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

* Re: [PATCH] scripts/bpf: switch to more portable python3 shebang
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Song Liu @ 2020-02-25 23:01 UTC (permalink / raw)
  To: Scott Branden
  Cc: Alexei Starovoitov, Daniel Borkmann, Martin KaFai Lau, Song Liu,
	Yonghong Song, Andrii Nakryiko, Networking, bpf, open list,
	bcm-kernel-feedback-list

On Tue, Feb 25, 2020 at 12:55 PM Scott Branden
<scott.branden@broadcom.com> wrote:
>
> 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>

Acked-by: Song Liu <songliubraving@fb.com>

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

* Re: [PATCH] scripts/bpf: switch to more portable python3 shebang
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Borkmann @ 2020-02-26 15:38 UTC (permalink / raw)
  To: Scott Branden, Alexei Starovoitov
  Cc: Martin KaFai Lau, Song Liu, Yonghong Song, Andrii Nakryiko,
	netdev, bpf, linux-kernel, bcm-kernel-feedback-list

On 2/25/20 9:54 PM, Scott Branden wrote:
> 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>

Applied, thanks!

^ permalink raw reply	[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.