Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Fix value of $? when used in array assignment
- X-seq: zsh-workers 42102
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Fix value of $? when used in array assignment
- Date: Sun, 10 Dec 2017 20:14:05 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=+R9rps EtYKm3ckBAFC6qRqPM8cPM+wBl+iBGO877dv0=; b=k56ESeMtILzdLi25mT6kT5 SWbeF2z/PvanWvhQeUp9KK3iPn5pWb/cpVZpoWcIJ06zvbInvULumvC+G8zZs2W5 aAiJWFGticqt9ZBJUE5hM52heU3K+rggApDq6OkjhM7qcqC4qekEYvWq2nJmapcw nBb0KxXKt508zuUgI/b5GNoDY2riA1HV/7GAAK9PhjBlCwW9ZWNkvYleq+RRv+M9 N5e4E3vw7TKUNPIQSPqDfaNwWX9OcNECHA/YZsuIFfSUbRoe+XrAGjizCD8Xsvsd Oz2GT56XgoftfbAr3a/5qWdDCuIwtIx1e+A9g5g92b+Q27HrN8CcACkyteU0ahxQ ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=+R9rps EtYKm3ckBAFC6qRqPM8cPM+wBl+iBGO877dv0=; b=FzfM5gtkIxFTa+Y6vNijJQ 4R0FTR1msNZr12caCHiaB9D6dccC4kez8gd8UwFIm1UsH4Vzo+LCi8tdTSdsmcUu V0O4HNwNi9hlSEC0M/jlM5s9KFYfjgGHoTnbmA2ASzT8bRCakZfxPl2Hk6gbKO94 32u2gjqXbDc6qpT7FY6/OR71wXdhdefjUcAzP4QQY1CCwE41heG7xNm2tTrlkSuA nmn2GmWaQe97CAhzdAZ+oF08ptxU5GoZkQCpTfyzpUg8XdbNBvpuGY+nR69BHI5P 0aQ8/70/9kmzkbqVl9i6Gb9NtC1ty+7av3l7yVeX9OeeQXQAQWq4qM8jNy7JM+rw ==
- In-reply-to: <5AC56AD0-5C94-4218-BCFA-A57C84A054BF@dana.is>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <5AC56AD0-5C94-4218-BCFA-A57C84A054BF@dana.is>
dana wrote on Sun, 10 Dec 2017 12:17 -0600:
> Hi again. Daniel discovered the following behaviour:
>
> % false; arr=( $? ); typeset -p arr
> typeset -a arr=( 0 )
Matthew found it; I was just standing on his shoulders.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author