diff options
author | Andrii Nakryiko <andriin@fb.com> | 2019-09-05 19:59:38 +0200 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-09-06 18:51:55 +0200 |
commit | 618916a4bf169450e4680173a4b105a1816a7d6d (patch) | |
tree | 9f3d996db7f2e339df539fb2aa89a1c50e3eee40 /scripts/kconfig | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next (diff) | |
download | linux-618916a4bf169450e4680173a4b105a1816a7d6d.tar.xz linux-618916a4bf169450e4680173a4b105a1816a7d6d.zip |
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 <sfr@canb.auug.org.au>
Fixes: 341dfcf8d78e ("btf: expose BTF info through sysfs")
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Acked-by: Yonghong Song <yhs@fb.com>
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'scripts/kconfig')
0 files changed, 0 insertions, 0 deletions