Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: broken compctl zsh-2.6-beta13 --> 3.0pre2
- X-seq: zsh-users 304
- From: Mark Borges <mdb@xxxxxxxxxxxx>
- To: luomat@xxxxxxxx
- Subject: Re: broken compctl zsh-2.6-beta13 --> 3.0pre2
- Date: 17 Jul 1996 13:43:36 -0600
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: "Timothy J. Luoma"'s message of Wed, 17 Jul 96 14:52:31 -0400
- Organization: CIRES, University of Colorado
- References: <199607171852.OAA02351@xxxxxxxx>
- Sender: mdb@xxxxxxxxxxxx
>> On Wed, 17 Jul 96 14:52:31 -0400,
>> Timothy J Luoma(TJL) wrote:
TJL> Also, starting in '3.0pre2' $ZSH_NAME reports "zsh" which is
TJL> truly unhelpful.
Why do you think it unhelpful? It gives the name by which zsh was
invoked (which affects its emulation):
$ ln -s zsh-3.0-pre3 ksh
$ ./ksh
% echo $ZSH_NAME
ksh
%
$ ln -s zsh-3.0-pre3 sh
$ ./sh
% echo $ZSH_NAME
sh
%
$ ./zsh -f
% echo $ZSH_NAME
zsh
%
$
--
-mb-
Messages sorted by:
Reverse Date,
Date,
Thread,
Author