From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18722 invoked from network); 22 Apr 2009 10:32:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Apr 2009 10:32:14 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 22216 invoked from network); 22 Apr 2009 10:32:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Apr 2009 10:32:01 -0000 Received: (qmail 29088 invoked by alias); 22 Apr 2009 10:31:53 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26870 Received: (qmail 29059 invoked from network); 22 Apr 2009 10:31:52 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Apr 2009 10:31:52 -0000 Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.18.16]) by bifrost.dotsrc.org (Postfix) with ESMTP id 959468028C72 for ; Wed, 22 Apr 2009 12:30:45 +0200 (CEST) Received: from [212.117.84.209] (helo=fsst.voodoo.lan) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1LwZk4-0008By-Tj for zsh-workers@sunsite.dk; Wed, 22 Apr 2009 12:31:49 +0200 Received: from hawk by fsst.voodoo.lan with local (Exim 4.69) (envelope-from ) id 1LwZjJ-00042W-8D for zsh-workers@sunsite.dk; Wed, 22 Apr 2009 12:31:01 +0200 Date: Wed, 22 Apr 2009 12:31:01 +0200 From: Frank Terbeck To: zsh-workers@sunsite.dk Subject: Re: Functions/VCS_Info/Backends/VCS_INFO_get_data_svk Message-ID: <20090422103101.GP3830@fsst.voodoo.lan> Mail-Followup-To: zsh-workers@sunsite.dk References: <20090422024738.GA19766@svalbard.freeshell.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20090422024738.GA19766@svalbard.freeshell.org> User-Agent: Mutt/1.5.19 (2009-01-05) X-Df-Sender: 430444 X-Virus-Scanned: ClamAV 0.92.1/9271/Wed Apr 22 10:22:52 2009 on bifrost X-Virus-Status: Clean Paul Ackersviller : > At first I was a bit mystified by > > .../share/zsh/4.3.9-dev-2/% zcompile -zU functions functions/* > zsh: unmatched " > zcompile: can't read file: functions/VCS_INFO_get_data_svk > > until I noticed the unmatched brace. My first thought was to remove > the extra '${' in the last argument, but looking at similar functions > rather makes me question if some extra piece is missing. Frank? You are absolutely right. That ${ has no business being there. I've got no idea what's got into me. I introduced this bug in workers-26816. Sorry about that. Regards, Frank -- In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925