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)
- X-seq: zsh-workers 2257
- From: Hrvoje Niksic <hniksic@xxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx, luomat@xxxxxxxx
- Subject: Re: using old zsh (login shell) to launch new zsh (not in /etc/shells)
- Date: 18 Oct 1996 22:13:48 +0200
- In-reply-to: "Timothy J. Luoma"'s message of Fri, 18 Oct 96 16:01:58 -0400
- References: <199610182001.QAA00887@xxxxxxxxxxxxxx>
- Sender: hniksic@xxxxxxxxxxxxxx
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