From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18443 invoked from network); 15 Dec 1999 17:09:45 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Dec 1999 17:09:45 -0000 Received: (qmail 12331 invoked by alias); 15 Dec 1999 17:09:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9061 Received: (qmail 12323 invoked from network); 15 Dec 1999 17:09:33 -0000 From: "Bart Schaefer" Message-Id: <991215170926.ZM15212@candle.brasslantern.com> Date: Wed, 15 Dec 1999 17:09:26 +0000 In-Reply-To: <19991213165621.A2898@dman.com> Comments: In reply to Clint Adams "PATCH: more flexible cd builtin" (Dec 13, 4:56pm) References: <19991213165621.A2898@dman.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: more flexible cd builtin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Dec 13, 4:56pm, Clint Adams wrote: } Subject: PATCH: more flexible cd builtin } } + if (lchdir(dest, NULL, hard)) /* Try plain relative first */ } if (lchdir(buf, NULL, hard)) { Should that at least be in the other order? That is, if (lchdir(buf, NULL, hard) && lchdir(dest, NULL, hard)) -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com