Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,
	T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to;
        bh=ZVS6Gm8t6IIDOZc3HmPbmKuLwJv3MNw8kYhLZzuzJC0=;
        b=Xr2FizmIrKoyv/1NDpXSfdMl9i6GAYfDwcnBYHVjueJzbZ+d4AMKzvf+xSVB2qIXKM
         NAeQIuCkUCE/HHDspFwUxZA4lQNkyuPqMXfNhWUF+1eyEDNk1q2igMPlOlq5d1N/NXyF
         +4wV2e0N72nU/1nsHgm3R/JunfCZYbhrsgAbykaglHwUDSTQKUuqkU1wNt8xhq5n04NT
         fA/8Dt2SCzJ5ZiuSz4sR+TKE5J5deJPKD/8u1B8g/FFS6gJaCaS/NR52QFbqm1hPsgsv
         EE4wpeWrIm1mZFzrnUr4vXg39d/s7gSATag68v1SLCk47Y5z8oQrKJFzfJklY2SozMjA
         lFFA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:mime-version:in-reply-to:references:date
         :message-id:subject:from:to;
        bh=ZVS6Gm8t6IIDOZc3HmPbmKuLwJv3MNw8kYhLZzuzJC0=;
        b=PvttL1aUdfQTBaQvCRyExQaim54DesrMNNVmmrFQTaqunAGK4jIIitpEq7nadn3mQJ
         ROUk7vU4uT4U1+1RoMrLq92wP3FT6WFNIRlnk59usKEFKw/GZ7J9bh88DvgZSk/HGYi8
         Jeip0cFR3i1o6LvSQiy9WWQoqN7Sc4U4st1aEjL8y5zKJ7Fl6qfYvnOD9HNiKhpkcXjR
         iv14ESzaXoZ3W6wwP/oBqjsJN2vKYqMQ4JYsDq/xiKKTtR+6jttguFQXo0WwkVyCZTGn
         PPOkDetsFGAgV34IMvuNJFi64Vw2X0LBnjkPh2eOfVrTPW1lLWVZlNTtdrhJUm8H7n8S
         T7CQ==
X-Gm-Message-State: AD7BkJKo7XpIUJq1/15GreVzAxpGo1+5DMwRERjbUA9sps9ylXrAee55f7nzVHUaf/OFfUCU46IFzncqYj1XrA==
MIME-Version: 1.0
X-Received: by 10.31.16.38 with SMTP id g38mr2793598vki.105.1457290798054;
 Sun, 06 Mar 2016 10:59:58 -0800 (PST)
In-Reply-To: <CAFvQaj4EoLxrogEUHu02vpX9qZ77SvhuByKCZMdvJew3bNM+=w@mail.gmail.com>
References: <CAFvQaj4EoLxrogEUHu02vpX9qZ77SvhuByKCZMdvJew3bNM+=w@mail.gmail.com>
Date: Sun, 6 Mar 2016 13:59:58 -0500
Message-ID: <CAFvQaj5e4WCpXTRKhTy2HvmjqYX7Zu5zpQSW6657j-F51NJYmw@mail.gmail.com>
Subject: Re: Possible redirection bug in zsh 5x
From: Kynn Jones <kynnjo@gmail.com>
To: zsh-workers@zsh.org
Content-Type: text/plain; charset=UTF-8
X-Seq: zsh-workers 38103

Please, disregard my earlier message.

On Sun, Mar 6, 2016 at 12:22 PM, Kynn Jones <kynnjo@gmail.com> wrote:

> I figure there are three possibilities:
>
>   1. this is a bug in v. 5.x (in which case my question is: is there a
> workaround?)
>   2. I have not properly configured my v. 5.x zsh (in which case my
> question is: how should I configure my v. 5.x zsh to get the desired
> behavior?);
>   3. [very unlikely, in light of the results for bash and dash] there
> is a bug in v. 4.x, but not in v. 5.x, that masked a bug in my code
> (in which case my question is: how could I fix my code to get the
> desired behavior in v 5.x?)

I learned from an answer to my unix.stackexchange.com question that
the reason for the behavior I observed is that I have the multios
option enabled.

Sorry for the false alarm.

Thanks,

kj

