Re: [PATCH v4 bpf-next 01/15] samples/bpf: fix HDR_PROBE "echo"

2019-10-09 Thread Andrii Nakryiko
On Wed, Oct 9, 2019 at 1:45 PM Ivan Khoronzhuk wrote: > > echo should be replaced with echo -e to handle '\n' correctly, but > instead, replace it with printf as some systems can't handle echo -e. > > Signed-off-by: Ivan Khoronzhuk > --- Acked-by: Andrii Nakryiko > samples/bpf/Makefile | 2 +-

[PATCH v4 bpf-next 01/15] samples/bpf: fix HDR_PROBE "echo"

2019-10-09 Thread Ivan Khoronzhuk
echo should be replaced with echo -e to handle '\n' correctly, but instead, replace it with printf as some systems can't handle echo -e. Signed-off-by: Ivan Khoronzhuk --- samples/bpf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/bpf/Makefile b/samples/bpf/