From d6195c648305674e568b4e0e4d29692f74335cbc Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 2 Aug 2009 20:06:06 +0200 Subject: [config] Add bash as a possible CONFIG_SHELL On some systems and/or for some components, it may be necessary to explicitly use bash as the shell used by ./configure and Makefiles. --- config/global/build-behave.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config') diff --git a/config/global/build-behave.in b/config/global/build-behave.in index 2fb1a298..afd54e20 100644 --- a/config/global/build-behave.in +++ b/config/global/build-behave.in @@ -81,9 +81,18 @@ config CONFIG_SHELL_ASH See help for CONFIG_SHELL_SH, above, for more explanations. +config CONFIG_SHELL_BASH + bool + prompt "bash" + help + Use 'bash' as CONFIG_SHELL. + + See help for CONFIG_SHELL_SH, above, for more explanations. + endchoice config CONFIG_SHELL string default "sh" if CONFIG_SHELL_SH default "ash" if CONFIG_SHELL_ASH + default "bash" if CONFIG_SHELL_BASH -- cgit v1.2.3