From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16672 invoked from network); 9 Oct 2002 09:36:39 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 Oct 2002 09:36:39 -0000 Received: (qmail 20237 invoked by alias); 9 Oct 2002 09:36:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17795 Received: (qmail 20217 invoked from network); 9 Oct 2002 09:36:27 -0000 To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: PATCH: _store_cache allows cache names to contain / In-reply-to: "Felix Rosencrantz"'s message of "Tue, 08 Oct 2002 21:22:23 PDT." <20021009042223.2821.qmail@web10411.mail.yahoo.com> Date: Wed, 09 Oct 2002 10:35:57 +0100 Message-ID: <14813.1034156157@csr.com> From: Peter Stephenson Felix Rosencrantz wrote: > + (zmodload zsh/files 2>/dev/null; mkdir -p "$_cache_dir" ) > + (zmodload zsh/files 2>/dev/null; mkdir -p "$_cache_ident_dir") It's slightly better practice to use `zmodload -i zsh/files', although it's not going to make a difference here. -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************