scripts/bpf: Switch to more portable python3 shebang
authorScott Branden <scott.branden@broadcom.com>
Tue, 25 Feb 2020 20:54:26 +0000 (12:54 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 26 Feb 2020 14:42:21 +0000 (15:42 +0100)
commit3cd046f182aab72b922e35461b204a2b52587946
tree00e61646fe630ed6f48f527f571a8d6316564476
parent503d539a6e417b018616bf3060e0b5814fafce47
scripts/bpf: Switch to more portable python3 shebang

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>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20200225205426.6975-1-scott.branden@broadcom.com
scripts/bpf_helpers_doc.py