Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: more flexible cd builtin
- X-seq: zsh-workers 9061
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: more flexible cd builtin
- Date: Wed, 15 Dec 1999 17:09:26 +0000
- In-reply-to: <19991213165621.A2898@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19991213165621.A2898@xxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author