Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: using old zsh (login shell) to launch new zsh (not in /etc/shells)



On Sat, 19 Oct 1996, Swen Thuemmler wrote:

> remove the quotes, and it should work:
>               exec '/usr/local/luomat/bin/zsh-3.0.0 -l'

Oops, the evils of cut'n'paste. Should of course be

              exec /usr/local/luomat/bin/zsh-3.0.0 -l

without the quotes...

--Swen




Messages sorted by: Reverse Date, Date, Thread, Author