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)



Timothy J. Luoma (luomat@xxxxxxxxxxxxxx) wrote:
> 		exec '/usr/local/luomat/bin/zsh-3.0.0 -l'

Just drop the quotes:
exec /usr/local/luomat/bin/zsh-3.0.0 -l

With the quotes zsh was trying to exec a program named
"/usr/local/luomat/bin/zsh-3.0.0 -l" (space being a part of the
program name), which naturally failed.

-- 
} WWW:          World-Wide-Waste.  Waste management corporation, which
}               handles the billions of tons of garbage generated by just
}               about everybody these days.
} You owe the Oracle a good book.  In HyperText, please.



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