From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9707 invoked by alias); 11 Jan 2015 02:04: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: 34227 Received: (qmail 26738 invoked from network); 11 Jan 2015 02:04: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-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=Kc1larcG c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=YNv0rlydsVwA:10 a=RShuK8C73xv9x6mvMWEA:9 a=CjuIK1q_8ugA:10 a=2JkdduOyatwA:10 a=aCCHvs_AOrQA:10 a=Wi2-0NL9vRYA:10 From: Bart Schaefer Message-id: <150110180434.ZM21815@torch.brasslantern.com> Date: Sat, 10 Jan 2015 18:04:34 -0800 In-reply-to: <20150110195844.64b88cb8@ntlworld.com> Comments: In reply to Peter Stephenson "Re: zsh/files module and insecure tempfile creation" (Jan 10, 7:58pm) References: <150109223150.ZM24107@torch.brasslantern.com> <20150110195844.64b88cb8@ntlworld.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Subject: Re: zsh/files module and insecure tempfile creation MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Jan 10, 7:58pm, Peter Stephenson wrote: } } > +zmodload -m -F zsh/files b:zf_ln || return 1 } } It's harmless, but you don't need the -m here: there's no pattern to } match. Ugh. Duh. Didn't edit enough out of the example I modified.