Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: 3.1.5: ``***'' symlink follow broken
- X-seq: zsh-workers 4611
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Geoff Wing <gcw@xxxxxxxxx>, Zsh Hackers <zsh-workers@xxxxxxxxxxxxxxx>
- Subject: Re: PATCH: 3.1.5: ``***'' symlink follow broken
- Date: Thu, 12 Nov 1998 02:04:22 -0800
- In-reply-to: <19981112172055.A21356@xxxxxxxxxxxxxxx>
- References: <19981112172055.A21356@xxxxxxxxxxxxxxx>
On Nov 12, 5:20pm, Geoff Wing wrote:
} Subject: PATCH: 3.1.5: ``***'' symlink follow broken
}
} ``***'' recursive globbing with symlink follow has been broken since at
} least 3.1.2 (maybe before):
[...]
} This patch is probably suboptimal (possibly wrong) and may encourage someone
} to make a real patch.
[...]
} ! if (dirs && !q->follow) {
I think the semantically correct test is
if (dirs && !closure) {
but it may be that the only time it makes a difference is when all of
the subdirectories are symlinks. I keep thinking there must be some
other case that will fail if !q->follow is tested instead, but I can't
quite figure out what.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author