Re: [PATCH] scripts/bpf: switch to more portable python3 shebang
From: Daniel Borkmann
Date: Wed Feb 26 2020 - 10:39:03 EST
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@xxxxxxxxxxxx>
Applied, thanks!