commit | 3cd046f182aab72b922e35461b204a2b52587946 | [log] [tgz] |
---|---|---|
author | Scott Branden <scott.branden@broadcom.com> | Tue Feb 25 12:54:26 2020 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Feb 26 15:42:21 2020 +0100 |
tree | 00e61646fe630ed6f48f527f571a8d6316564476 | |
parent | 503d539a6e417b018616bf3060e0b5814fafce47 [diff] |
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