Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.0.7.tar.gz oddness
- X-seq: zsh-workers 8384
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Clint Adams <schizo@xxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: 3.0.7.tar.gz oddness
- Date: Sun, 24 Oct 1999 04:10:31 +0000
- In-reply-to: <19991023213506.A32117@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19991023213506.A32117@xxxxxxxx>
Ah ha ha. That's an artifact of the "make ftp-dist" action. I failed
to notice when changing the old pattern:
zsh-$(VERSION)/**/RCS/*,v(D:s@RCS/@@:s/,v//)
to the new:
zsh-$(VERSION)/**/*(D^@)
that the new pattern would produce directory names, where the old did not.
So tar happily packs up the "Doc" directory, and then individually packs
up each of the files inside it. Sigh.
The 3.0.6 tarfile probably has the same oddity. Harmless, if a bit of a
waste of space.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author