From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21378 invoked by alias); 19 Apr 2015 16:32:25 -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: 34935 Received: (qmail 16501 invoked from network); 19 Apr 2015 16:32:21 -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=qkFevkGvGbP2ocV8sjKswOpS4rz57VkHNqdCi+WAlXM=; b=ILaIUuTkYNCNQW6OWpoBHPPcGk2nKmof/w8HAh0Y8H7Llvhv/jZ6qIiqwPUoHS40u6 1A4YWk5kcUETJcub66ncHb8BCmtfDJf6UVAEe/V1bomfzyrHAyJ1MxztsU2hf5lhqNQr Sq+NkHGezozYjM+3ZpZTC5T3B5NXuLFoZ1Ah1SLMgPgwVJL6dUhzRBzAzQYeV5NfU5xi ws14Wb1TZpylq3ZWR9typGCJgpp6dbDg/g5J/6kdjE9r9OYXwFPERxk+CPik7RYtbNcr 1RNXnpU/blFlzlxLR8zDES1dbLMewZvCk04Z88vCw1PmtazdWahzlvxCUXAzrINTe9QE duwQ== X-Gm-Message-State: ALoCoQkKUY4IPwRjxoAzVzgIm6s/EVuu579T/V1Eu9vnRkEHCf9gLpuHHpYbjMG0m918ZgU+DTUM X-Received: by 10.202.56.86 with SMTP id f83mr6144011oia.42.1429461139266; Sun, 19 Apr 2015 09:32:19 -0700 (PDT) From: Bart Schaefer Message-Id: <150419093208.ZM7007@torch.brasslantern.com> Date: Sun, 19 Apr 2015 09:32:08 -0700 In-Reply-To: <20150419063958.GC2759@localhost.localdomain> Comments: In reply to Han Pingtian "Re: [PATCH] correct typo on noglob in sh/ksh emulation set" (Apr 19, 2:39pm) References: <20150417234829.GA7296@localhost.localdomain> <20150418201502.1e7e5fa6@ntlworld.com> <20150419063958.GC2759@localhost.localdomain> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: [PATCH] correct typo on noglob in sh/ksh emulation set MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 19, 2:39pm, Han Pingtian wrote: } } > in which case -f is correct. -F is the zsh } > standard, which is up at line 2480. } } Got it and thanks. sh/ksh emulation set only works when shoptionletters } is being set ... Yes. % ARGV0=ksh Src/zsh -f $ echo * * $ exit % ARGV0=ksh Src/zsh -F ksh: bad option: -F %