Subject: Re: Shell problem with 1.6
To: None <netbsd-help@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-help
Date: 09/27/2002 15:37:31
In article <1CB1FAEE7535FF45B3F63A94C28F1957042873F1@snl-nl02it03.rational.com>,
Marechal, Laurent <lmarechal@rational.com> wrote:
>-=-=-=-=-=-
>
>Hello,
>
>Thanks for your answers, I changed the shell to sh (vipw made the trick).
>
>As for the ESC char, the 'set -E' doesn't work in csh (set: variable name
>must begin with a letter) and fail in sh (No entry for terminal type
>network, using dumb terminal setting). Under sh, the 'set -E' fail with this
>error and then all the terminal app (ie pico, vi...) just fail...

"set -o emacs" works in sh. For csh, use tcsh.

christos