]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - Documentation/Makefile
docs: Makefile: Use CONFIG_SHELL not SHELL
authorKees Cook <keescook@chromium.org>
Thu, 17 Jun 2021 22:58:08 +0000 (15:58 -0700)
committerJonathan Corbet <corbet@lwn.net>
Fri, 18 Jun 2021 17:26:08 +0000 (11:26 -0600)
commit222a28edce38b62074a950fb243df621c602b4d3
treeb15248f4cc0ac3145e4ae5a785a5d5cfbaefca07
parent102caec1075fe993fb1ef95368ec1c3b2e5d0d77
docs: Makefile: Use CONFIG_SHELL not SHELL

Fix think-o about which variable to find the Kbuild-configured shell.
This has accidentally worked due to most shells setting $SHELL by
default.

Fixes: 51e46c7a4007 ("docs, parallelism: Rearrange how jobserver reservations are made")
Cc: stable@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210617225808.3907377-1-keescook@chromium.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/Makefile