From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21146 invoked from network); 3 May 2000 14:57:04 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 May 2000 14:57:04 -0000 Received: (qmail 7136 invoked by alias); 3 May 2000 14:56:57 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11124 Received: (qmail 7120 invoked from network); 3 May 2000 14:56:56 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: PATCH: Re: sudo completion problem Date: Wed, 3 May 2000 18:56:54 +0400 Message-ID: <001001bfb50f$d2283310$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <200005031442.QAA06892@beta.informatik.hu-berlin.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > > If it did, then only before we used the separate description to get > only external command names or because there was some other bug. > I think, it was the result of change for find (do not have article handy) - in ``find /tmp -user'' -user was not recognised as option because /tmp already was argument. So, this change made options be found everywhere, even after arguments :-) Just to make sure it won't break this change ... -andrej