https://github.com/torvalds/linux
Revision 42ce60aa5aa46ae00f71aa806a11510b6db6d1a7 authored by Schspa Shi on 03 June 2022, 09:38:52 UTC, committed by Masahiro Yamada on 04 June 2022, 21:20:58 UTC
This fixes the build error when the system has a default bash version
which is too old to support associative array variables.

The build error log as fellowing:
linux/scripts/check-local-export: line 11: declare: -A: invalid option
declare: usage: declare [-afFirtx] [-p] [name[=value] ...]

Signed-off-by: Schspa Shi <schspa@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 2bbb486
History
Tip revision: 42ce60aa5aa46ae00f71aa806a11510b6db6d1a7 authored by Schspa Shi on 03 June 2022, 09:38:52 UTC
kbuild: Allow to select bash in a modified environment
Tip revision: 42ce60a

back to top