summaryrefslogtreecommitdiffstats
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorJoe Stringer <joe@wand.net.nz>2018-05-10 15:26:51 -0700
committerDaniel Borkmann <daniel@iogearbox.net>2018-05-11 01:32:07 +0200
commit91bc07c9e8a0d553250275088fad337806f5a3cf (patch)
treeba1af82cbe6a05a8756c623b5f30cffc37f2dbd5 /scripts/bpf_helpers_doc.py
parentff1f56d9877f82d1fdac64e32827a570a54143bd (diff)
downloadlinux-91bc07c9e8a0d553250275088fad337806f5a3cf.tar.gz
linux-91bc07c9e8a0d553250275088fad337806f5a3cf.tar.bz2
linux-91bc07c9e8a0d553250275088fad337806f5a3cf.zip
selftests/bpf: Fix bash reference in Makefile
'|& ...' is a bash 4.0+ construct which is not guaranteed to be available when using '$(shell ...)' in a Makefile. Fall back to the more portable '2>&1 | ...'. Fixes the following warning during compilation: /bin/sh: 1: Syntax error: "&" unexpected Signed-off-by: Joe Stringer <joe@wand.net.nz> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions