On Fri, Sep 6, 2019 at 3:34 AM <[email protected]> wrote: > > > > > -----Original Message----- > > From: Andrii Nakryiko <[email protected]> > > Sent: Friday, September 06, 2019 3:00 AM > > To: [email protected]; [email protected]; [email protected]; > > [email protected] > > Cc: [email protected]; [email protected]; Andrii Nakryiko > > <[email protected]>; Stephen Rothwell <[email protected]>; Yamada, > > Masahiro/山田 真弘 <[email protected]> > > 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 <[email protected]> > > Fixes: 341dfcf8d78e ("btf: expose BTF info through sysfs") > > Cc: Stephen Rothwell <[email protected]> > > Cc: Masahiro Yamada <[email protected]> > > Signed-off-by: Andrii Nakryiko <[email protected]> > > Reviewed-by: Masahiro Yamada <[email protected]>
Applied. Thanks
