Thomas Dickey dixit:

>I use this (at the moment, only recall that CONFIG_SHELL is needed for
>the configure script):
>
>case .$SHELL in
>.*/sh)
>       ;;
>*)
>       SHELL=/bin/sh
>       test -f /usr/xpg4/bin/sh && SHELL=/usr/xpg4/bin/sh 
>       ;;
>esac
>
>export SHELL
>CONFIG_SHELL=$SHELL
>export CONFIG_SHELL

That’s positively breaking people’s use of e.g. mksh on systems
with a less-good sh, and not very nice. I’d even consider it a bug.

bye,
//mirabilos
-- 
FWIW, I'm quite impressed with mksh interactively. I thought it was much
*much* more bare bones. But it turns out it beats the living hell out of
ksh93 in that respect. I'd even consider it for my daily use if I hadn't
wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh

Reply via email to