Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: question about posixbuiltins
- X-seq: zsh-users 20161
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: question about posixbuiltins
- Date: Mon, 13 Apr 2015 14:44:52 -0700
- In-reply-to: <20150412134049.GB2759@localhost.localdomain>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20150412134049.GB2759@localhost.localdomain>
[This thread went into my spam folder for some reason.]
On Apr 12, 2015 4:03 PM, "Han Pingtian" <hanpt@xxxxxxxxxxxxxxxxxx> wrote:
>
> POSIX_BUILTINS <K> <S>
> [...] Parameter assignments specified
> before shell functions and special builtins are kept after the
> command completes unless the special builtin is prefixed with
> the command builtin.
> [...]
> But looks like the parameter assignment before "command special-builtin"
> is kept even though POSIX_BUILTINS has been set
Indeed I can confirm, it appears this either was never working or has been
broken by some recent change.
The default zsh behavior when posixbuiltins is not set, is to not keep the
assignment; that appears to work.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author