On Fri, Sep 6, 2019 at 3:34 AM <yamada.masah...@socionext.com> wrote: > > > > > -----Original Message----- > > From: Andrii Nakryiko <andr...@fb.com> > > Sent: Friday, September 06, 2019 3:00 AM > > To: b...@vger.kernel.org; netdev@vger.kernel.org; a...@fb.com; > > dan...@iogearbox.net > > Cc: andrii.nakry...@gmail.com; kernel-t...@fb.com; Andrii Nakryiko > > <andr...@fb.com>; Stephen Rothwell <s...@canb.auug.org.au>; Yamada, > > Masahiro/山田 真弘 <yamada.masah...@socionext.com> > > Subject: [PATCH bpf-next] kbuild: replace BASH-specific ${@:2} with shift > > and ${@} > > > > ${@:2} is BASH-specific extension, which makes link-vmlinux.sh rely on > > BASH. Use shift and ${@} instead to fix this issue. > > > > Reported-by: Stephen Rothwell <s...@canb.auug.org.au> > > Fixes: 341dfcf8d78e ("btf: expose BTF info through sysfs") > > Cc: Stephen Rothwell <s...@canb.auug.org.au> > > Cc: Masahiro Yamada <yamada.masah...@socionext.com> > > Signed-off-by: Andrii Nakryiko <andr...@fb.com> > > Reviewed-by: Masahiro Yamada <yamada.masah...@socionext.com>
Applied. Thanks