[PATCH v2] um: Makefile: use bash from the environment

2024-03-23 Thread Yueh-Shun Li
Remove a dangling in-text citation from the change log. - Reword the change log. Signed-off-by: Yueh-Shun Li --- arch/um/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/um/Makefile b/arch/um/Makefile index 34957dcb88b9..00b63bac5eff 100644 --- a/arch/um/Makefile +++ b/

[PATCH] um: Makefile: use bash from the environment

2024-02-02 Thread Yueh-Shun Li
inside arch/um/Makefile don't require top-level Bash to build, and setting "SHELL" to "bash" makes Make pick the Bash executable from the environment[2], hence this patch. Signed-off-by: Yueh-Shun Li --- arch/um/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion