From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15318 invoked by alias); 28 Mar 2015 21:44:35 -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: 34797 Received: (qmail 23740 invoked from network); 28 Mar 2015 21:44:34 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=LTPANONd9Q1MQ0k6hpr8l+OBr6qD/Qyqu+3OUv0EGYw=; b=OcOjIwZEC2kC5fuqxbzyu3rutUCo30OMrGiwkm4f5ZEEX6YOZHCsQzrEyDqPTOk8pm ZmFmpe8E4uToxQdjmigH8mS4buyNxEBaObXg5sfexzjtNo4GkUyZ+z+HOZocxU0WSH+2 Hifj4Pck6Im4tP6dBGofX33jkswLdpwN7vZI7hNXLMKAjiv2WTUFZhrSIxxM/OEOQur9 xAUdYv2wfCk4IhbM73EJQj+jjG0TSowj967akQ1T9IuoVkY0WPwgeH4tPys4d47+xffc sjSTQ4bi9UrrCgjFfAFoapxVWpaxzocbrLX86SZdjD3pCywW8eSMq8mSzkl2f7kDXUzz jr6w== X-Gm-Message-State: ALoCoQkdhmp1pKGK75DjfX/599aVWESftkRNlVXn/t0UFJXiWy5ztgu3D9+ETURlQWdT1CM4VMkb X-Received: by 10.202.73.22 with SMTP id w22mr19901250oia.37.1427579071110; Sat, 28 Mar 2015 14:44:31 -0700 (PDT) From: Bart Schaefer Message-Id: <150328144428.ZM5583@torch.brasslantern.com> Date: Sat, 28 Mar 2015 14:44:28 -0700 In-Reply-To: <55171842.7030505@gmx.com> Comments: In reply to Eric Cook "[[ is being treated as a pattern in the command/reserved word position." (Mar 28, 5:08pm) References: <55171842.7030505@gmx.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: [[ is being treated as a pattern in the command/reserved word position. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Mar 28, 5:08pm, Eric Cook wrote: } } With a recent build, this happens to me. Does it happen for anyone else? "A recent build"? This happens to me with zsh-3.0.5. Can you find ANY build of zsh where this DOESN'T happen? } % type [[ } zsh: bad pattern: [[ torch% setopt nobadpattern torch% type [[ [[ is a reserved word } % '[[' a == a ]] } zsh: = not found torch% setopt noequals torch% '[[' a == a ]] zsh: command not found: [[