zsh-workers
 help / color / mirror / code / Atom feed
From: Eric Pruitt <eric.pruitt@gmail.com>
To: zsh workers <zsh-workers@zsh.org>
Subject: Re: Running "unset path" breaks PATH despite emulation being enabled
Date: Fri, 8 Sep 2017 21:24:34 -0700	[thread overview]
Message-ID: <20170909042434.5lhisxq2z6ykvece@sinister.lan.codevat.com> (raw)
In-Reply-To: <CAHYJk3RD6p7PwRaZSUbJSAE0Bi6_2+NKLC3MV+32Lh+PmzsAdA@mail.gmail.com>

On Fri, Sep 08, 2017 at 01:30:05PM +0200, Mikael Magnusson wrote:
> This works fine if you start zsh as sh though, ie [...] ARGV0=sh zsh

For the benefit of other people who like myself, don't use actually Z
shell, this is NOT the equivalent of "ARGV0=sh zsh" in many (most?)
other shells, it's describing execve("sh", ["zsh", ...]):

    # For POSIX shells, you can use Z shell itself assuming there's not
    # a standardized built-in way I overlooked:
    $ zsh -c "ARGV0=sh zsh ..."

    # For Bash (and some others):
    $ (exec -a sh zsh ...)

Eric


      parent reply	other threads:[~2017-09-09  4:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-08  8:29 Eric Pruitt
2017-09-08 11:30 ` Mikael Magnusson
2017-09-08 16:17   ` Peter Stephenson
2017-09-11  8:58     ` Peter Stephenson
2017-09-09  4:24   ` Eric Pruitt [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=20170909042434.5lhisxq2z6ykvece@sinister.lan.codevat.com \
    --to=eric.pruitt@gmail.com \
    --cc=zsh-workers@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).