From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <75f25db15d4bf5f015ccb26ee248e677@snellwilcox.com> From: "Steve Simon" To: 9fans@cse.psu.edu Subject: Re: [9fans] acme, rio workalike available in plan 9 ports In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Date: Mon, 19 Apr 2004 12:07:44 +0100 Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 5f832734-eacd-11e9-9e20-41e7f4b1d025 Hi, Perhaps I am missing the point entirely but do unix mk-with-sh users generally (always) use sh as their login shell? One could just code mk to fork the shell specified in the SHELL=3D enviroment variable if it exists (bash/ash/sh/ etc) and rc if not (I'm pretty sure rc doesn't set shell=3D). one could also override this using: SHELL=3D/bin/sh mk It does feel a bit like more(1) changing mode when stdout is a tty, but mk appears to have fallen the way of all software (backward compatability) so somthing has to give... just my 2=C2=A2 -Steve