Re: Patch for Menuconfig script

Sanctus Evanidus (evanidus@videotron.ca)
Mon, 08 Jul 2002 19:27:21 -0400


Keith Owens <kaos@ocs.com.au> wrote:

> The #! line is irrelevant. The script is invoked via
>
> $(CONFIG_SHELL) scripts/Menuconfig arch/$(ARCH)/config.in
>
> Large chunks of kbuild assume that CONFIG_SHELL is bash. Don't bother
> trying to cleanup all the code that assumes bash, just
> make CONFIG_SHELL=/path/to/bash ...

I personaly don't think it should be assumed that every systems even has bash installed, but instead that every systems have a POSIX compilant sh.

In other words, without cleanups, someone who want to execute that script would be "forced" to install bash.

-Evan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/