zsh-users
 help / color / mirror / code / Atom feed
From: Mark Borges <mdb@cdc.noaa.gov>
To: luomat@nerc.com
Cc: zsh-users@math.gatech.edu
Subject: Re: broken compctl zsh-2.6-beta13 -->  3.0pre2
Date: 17 Jul 1996 13:43:36 -0600	[thread overview]
Message-ID: <vkwx02k6mv.fsf@cdc.noaa.gov> (raw)
In-Reply-To: "Timothy J. Luoma"'s message of Wed, 17 Jul 96 14:52:31 -0400

>> 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-



      reply	other threads:[~1996-07-17 20:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-07-17 18:52 Timothy J. Luoma
1996-07-17 19:43 ` Mark Borges [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vkwx02k6mv.fsf@cdc.noaa.gov \
    --to=mdb@cdc.noaa.gov \
    --cc=luomat@nerc.com \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).