Subject: Re: Bash shell
To: Jochen Kunz <jkunz@unixag-kl.fh-kl.de>
From: Luong Ngo <luong.ngo@gmail.com>
List: tech-toolchain
Date: 07/18/2007 12:34:18
Thanks Jochen. You are right that I need to cross compile all NetBSD,
plus bash shell as the other group ask for. Thank you for the
information.

-LN

On 7/18/07, Jochen Kunz <jkunz@unixag-kl.fh-kl.de> wrote:
> On Tue, 17 Jul 2007 09:41:42 +0200
> "Zafer Aydogan" <zafer@aydogan.de> wrote:
>
> > the easiest way to run bash on your system is to use pkgsrc.
> As far as I understand Luong he needs to cross compile everything.
> You can't cross compile with pkgsrc.
>
> Luong: I sugest to use ksh(1). It is part of the NetBSD base system.
> ksh(1) is a bit different as bash(1), but quite similar. As a long time
> bash(1) user I got used to ksh(1) quite fast. You may need to set:
>         VISUAL=3Demacs
>         bind ^I=3Dcomplete
>         set -o braceexpand
> in your ~/.profile or ~/.kshrc to make ksh(1) more bash(1) like.
> --
>
>
> tsch=FC=DF,
>        Jochen
>
> Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/
>
>