Skip to content
Commit 42ce60aa authored by Schspa Shi's avatar Schspa Shi Committed by Masahiro Yamada
Browse files

kbuild: Allow to select bash in a modified environment



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: default avatarSchspa Shi <schspa@gmail.com>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 2bbb4861
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment