From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28766 invoked by alias); 18 Apr 2015 19:20:51 -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: 34931 Received: (qmail 5477 invoked from network); 18 Apr 2015 19:20:37 -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,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Originating-IP: [80.3.228.158] X-Spam: 0 X-Authority: v=2.1 cv=RdIeCjdv c=1 sm=1 tr=0 a=P+FLVI8RzFchTbbqTxIDRw==:117 a=P+FLVI8RzFchTbbqTxIDRw==:17 a=kj9zAlcOel0A:10 a=NLZqzBF-AAAA:8 a=VnNF1IyMAAAA:8 a=sLCsJiB79BlP6OKEu24A:9 a=CjuIK1q_8ugA:10 Date: Sat, 18 Apr 2015 20:15:02 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: [PATCH] correct typo on noglob in sh/ksh emulation set Message-ID: <20150418201502.1e7e5fa6@ntlworld.com> In-Reply-To: <20150417234829.GA7296@localhost.localdomain> References: <20150417234829.GA7296@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 18 Apr 2015 07:48:30 +0800 Han Pingtian wrote: > I'd like to know if this patch correct? Thanks. > > diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo > index 20d9fc2..340a1e6 100644 > --- a/Doc/Zsh/options.yo > +++ b/Doc/Zsh/options.yo > @@ -2525,7 +2525,7 @@ sitem(tt(-X))(MARK_DIRS) > sitem(tt(-a))(ALL_EXPORT) > sitem(tt(-b))(NOTIFY) > sitem(tt(-e))(ERR_EXIT) > -sitem(tt(-f))(em(NO_)GLOB) > +sitem(tt(-F))(em(NO_)GLOB) > sitem(tt(-i))(INTERACTIVE) > sitem(tt(-l))(LOGIN) > sitem(tt(-m))(MONITOR) It looks like that's in the ksh emulation set, in which case -f is correct. -F is the zsh standard, which is up at line 2480. pws