From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8956 invoked from network); 1 Jan 2009 16:24:36 -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; 1 Jan 2009 16:24:36 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 99271 invoked from network); 1 Jan 2009 16:24:27 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Jan 2009 16:24:27 -0000 Received: (qmail 22357 invoked by alias); 1 Jan 2009 16:24:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26225 Received: (qmail 22340 invoked from network); 1 Jan 2009 16:24:20 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 1 Jan 2009 16:24:20 -0000 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by bifrost.dotsrc.org (Postfix) with ESMTP id E121E80308BE for ; Thu, 1 Jan 2009 17:24:17 +0100 (CET) Received: by fg-out-1718.google.com with SMTP id e21so2047579fga.37 for ; Thu, 01 Jan 2009 08:24:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=hT8a28QyDB08v6YuoxPI8bBuQCDfsnNM/eBrxIkdbNc=; b=q+OhGTAa77tD4vjOOAfXwRezRDnLqEYRRodf1lHn3oD/jtFT3dZtJaI5d22fzq3agj rpaZQGxJWD3ASWqtYEcnDT/161v1+qZlE2lnAxs6tW5uh5NNx0tZ7v8l3Tm+SKwASDYw PtVTfZgkePikStx0MPcGAcvY9KGh2ClfKLWFE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=X0HhssICX2OtxavqbTUXb4JvgoXmoArGrhut0aeHGsEnfx058RVYRrGpePsHGwBSep mcbp+e5I4oJ1EWwFyrLegwyQ0OIn3R7vveNI+PukSWjUa3WPyYy8AhmLVACAYGvsyJ8V N+dRORNImekvmwlh0E96nCPo5ZaE5LqQ0gLIE= Received: by 10.86.59.2 with SMTP id h2mr2348674fga.30.1230827057064; Thu, 01 Jan 2009 08:24:17 -0800 (PST) Received: by 10.86.62.8 with HTTP; Thu, 1 Jan 2009 08:24:17 -0800 (PST) Message-ID: <2d460de70901010824x77d16ebfrf571e481795095e3@mail.gmail.com> Date: Thu, 1 Jan 2009 17:24:17 +0100 From: "Richard Hartmann" To: "Zsh Workers" , 162291@bugs.debian.org Subject: Bug in executable completion: unable to handle .. it $PATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.92.1/8825/Thu Jan 1 15:56:46 2009 on bifrost X-Virus-Status: Clean Hi all, don't ask me why anyone would use .. in $PATH, but here goes: roadwarrior% touch foobin roadwarrior% chmod +x foobin roadwarrior% export PATH=/home/richih/killme roadwarrior% fo foo foobin for foreach roadwarrior% export PATH=/home/richih/../richih/killme roadwarrior% fo roadwarrior% for roadwarrior% Richard http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=162291