lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] lynx2.9.1 build issues


From: Thorsten Glaser
Subject: Re: [Lynx-dev] lynx2.9.1 build issues
Date: Wed, 17 Apr 2024 12:50:31 +0000 (UTC)

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

[Prev in Thread] Current Thread [Next in Thread]