Skip to content

Commit

Permalink
scripts/bpf: Switch to more portable python3 shebang
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Scott Branden authored and Daniel Borkmann committed Feb 26, 2020
1 parent 503d539 commit 3cd046f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bpf_helpers_doc.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 3cd046f

Please sign in to comment.