Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: mkmakemod.sh 2nd stage build failure



On Sun, 05 Jan 2014 11:21:41 -0800
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> Your better option here is to export a value for CONFIG_SHELL into the
> environment before starting the build.  There must be *some* shell 
> that is executing mkmakemod.sh itself; you just need set CONFIG_SHELL
> to that path.  (We can't guarantee that $SHELL is suitable.)

Even better, set it before running ./configure, as this looks like a standard
autoconf environment variable.  /bin/sh is standard enough
that if that's not available or appropriate exporting CONFIG_SHELL
permanently to whatever is makes sens.

pws



Messages sorted by: Reverse Date, Date, Thread, Author