zsh-users
 help / color / mirror / code / Atom feed
From: Eric Pruitt <eric.pruitt@gmail.com>
To: zsh-users@zsh.org
Subject: Re: Running "unset path" breaks PATH despite emulation being enabled
Date: Sat, 9 Sep 2017 15:38:11 -0700	[thread overview]
Message-ID: <20170909223811.mjaoafbhugrijnyb@sinister.lan.codevat.com> (raw)
In-Reply-To: <170909152512.ZM9176@torch.brasslantern.com>

On Sat, Sep 09, 2017 at 03:25:12PM -0700, Bart Schaefer wrote:
> > Is there a similar value in Z shell or a built-in I can use?
>
> $ZSH_ARGZERO in sufficiently recent versions of the shell will give you
> the equivalent information, you just have to do the path search part
> yourself

This does not seem to be the case:

    playground$ cp $(which bash) $(which zsh) .
    '/home/ericpruitt/.local/bin/bash' -> './bash'
    '/usr/bin/zsh' -> './zsh'
    playground$ (PATH=/ ./bash -c 'echo $BASH')
    /tmp/tmp.FsPM5kO6Sn/playground/bash
    playground$ (PATH=/ ./zsh -c 'echo =$ZSH_NAME')
    zsh:1: zsh not found

I'm not sure if I misunderstood or didn't clearly explain what I wanted.
What want is for Z shell to return is the name to the invoked
interpreter which is what $BASH shows even when $PATH doesn't contain
Bash.

Eric


  reply	other threads:[~2017-09-09 22:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170908082917.v5j4vczoq75vs5lk@sinister.lan.codevat.com>
     [not found] ` <CAHYJk3RD6p7PwRaZSUbJSAE0Bi6_2+NKLC3MV+32Lh+PmzsAdA@mail.gmail.com>
2017-09-09 21:38   ` Eric Pruitt
2017-09-09 22:25     ` Bart Schaefer
2017-09-09 22:38       ` Eric Pruitt [this message]
2017-09-10  9:42         ` Daniel Shahaf
2017-09-10 23:50         ` Bart Schaefer
2017-09-11  4:39           ` Eric Pruitt
2017-09-10 18:51       ` Chet Ramey

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=20170909223811.mjaoafbhugrijnyb@sinister.lan.codevat.com \
    --to=eric.pruitt@gmail.com \
    --cc=zsh-users@zsh.org \
    /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).