From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1188 invoked from network); 22 Apr 2009 02:48: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.5 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 02:48:14 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 99750 invoked from network); 22 Apr 2009 02:48:07 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Apr 2009 02:48:07 -0000 Received: (qmail 2749 invoked by alias); 22 Apr 2009 02:48:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26867 Received: (qmail 2727 invoked from network); 22 Apr 2009 02:48:00 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Apr 2009 02:48:00 -0000 Received: from sdf.lonestar.org (mx.freeshell.org [192.94.73.19]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 6B2DA8028C72 for ; Wed, 22 Apr 2009 04:46:42 +0200 (CEST) Received: from sdf.lonestar.org (IDENT:pda@svalbard.freeshell.org [192.94.73.10]) by sdf.lonestar.org (8.14.3/8.13.8) with ESMTP id n3M2ldmb023219 for ; Wed, 22 Apr 2009 02:47:39 GMT Received: (from pda@localhost) by sdf.lonestar.org (8.14.3/8.12.8/Submit) id n3M2lcYv017034 for zsh-workers@sunsite.dk; Wed, 22 Apr 2009 02:47:39 GMT From: Paul Ackersviller Date: Wed, 22 Apr 2009 02:47:38 +0000 To: zsh-workers@sunsite.dk Subject: Functions/VCS_Info/Backends/VCS_INFO_get_data_svk Message-ID: <20090422024738.GA19766@svalbard.freeshell.org> Mail-Followup-To: zsh-workers@sunsite.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV 0.92.1/9268/Tue Apr 21 17:10:12 2009 on bifrost X-Virus-Status: Clean 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?