Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 3.0.7.tar.gz oddness



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