From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26481 invoked by alias); 28 Mar 2015 22:00:49 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34799 Received: (qmail 1564 invoked from network); 28 Mar 2015 22:00:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Message-ID: <55172355.80409@gmx.com> Date: Sat, 28 Mar 2015 17:55:33 -0400 From: Eric Cook User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: zsh-workers@zsh.org Subject: Re: [[ is being treated as a pattern in the command/reserved word position. References: <55171842.7030505@gmx.com> <150328144428.ZM5583@torch.brasslantern.com> In-Reply-To: <150328144428.ZM5583@torch.brasslantern.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:rmDLj7C+6Ldg0oUjR77kzaaheusvTKtlzcwRi/cXm5v9RevkcxA 3T8Ov0M36mj8bpToBFvpKC9LsHADOmtd+JGWYcGeyJaKCZWXsJ+FnBOT6KuMcjTeWijLLeM IH9mqQkH7YUphKlhjOVWQUgJdZLej+ITNtq+9NJGeES+e06/9nEIbNfkt5Y646ylyM+2zph DaJNqM5AQOqImOXYHnh3Q== X-UI-Out-Filterresults: notjunk:1; On 03/28/2015 05:44 PM, Bart Schaefer wrote: > On Mar 28, 5:08pm, Eric Cook wrote: > } > } With a recent build, this happens to me. Does it happen for anyone else? > Yea, those wasn't the best choices of examples. But i did narrow it down a bit. % print $ZSH_PATCHLEVEL; emulate sh -c '[[ a == a ]]' zsh-5.0.7-362-gab40656 zsh: command not found: [[ Did that behavior change? I ask because with 5.0.7 the following happens: % print $ZSH_PATCHLEVEL; emulate sh -c '[[ a == a ]]' zsh-5.0.7-0-g208bded