zsh-workers
 help / color / mirror / code / Atom feed
* 3.0.7.tar.gz oddness
@ 1999-10-24  1:35 Clint Adams
  1999-10-24  4:10 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Clint Adams @ 1999-10-24  1:35 UTC (permalink / raw)
  To: zsh-workers

MD5 (zsh-3.0.7.tar.gz) = da3d2f21522c4d51c97f3686d4becd5a

% tar ztf zsh-3.0.7.tar.gz | sort | uniq -d    
zsh-3.0.7/Doc/Makefile.in
zsh-3.0.7/Doc/ansi2knr.man
zsh-3.0.7/Doc/intro.ms
zsh-3.0.7/Doc/zsh.man
zsh-3.0.7/Doc/zsh.texi
zsh-3.0.7/Doc/zshall.man
zsh-3.0.7/Doc/zshbuiltins.man
zsh-3.0.7/Doc/zshcompctl.man
zsh-3.0.7/Doc/zshexpn.man
zsh-3.0.7/Doc/zshmisc.man
zsh-3.0.7/Doc/zshoptions.man
zsh-3.0.7/Doc/zshparam.man
zsh-3.0.7/Doc/zshzle.man
zsh-3.0.7/Etc/BUGS
zsh-3.0.7/Etc/CONTRIBUTORS
zsh-3.0.7/Etc/FAQ
zsh-3.0.7/Etc/FEATURES
zsh-3.0.7/Etc/MACHINES
zsh-3.0.7/Etc/Makefile.in
zsh-3.0.7/Etc/NEWS
zsh-3.0.7/Functions/Makefile.in
zsh-3.0.7/Functions/acx
zsh-3.0.7/Functions/cat
zsh-3.0.7/Functions/cdmatch
zsh-3.0.7/Functions/cdmatch2
zsh-3.0.7/Functions/checkmail
zsh-3.0.7/Functions/cx
zsh-3.0.7/Functions/harden
zsh-3.0.7/Functions/mere
zsh-3.0.7/Functions/multicomp
zsh-3.0.7/Functions/proto
zsh-3.0.7/Functions/pushd
zsh-3.0.7/Functions/randline
zsh-3.0.7/Functions/run-help
zsh-3.0.7/Functions/yp
zsh-3.0.7/Functions/yu
zsh-3.0.7/Functions/zed
zsh-3.0.7/Misc/Makefile.in
zsh-3.0.7/Misc/c2z
zsh-3.0.7/Misc/compctl-examples
zsh-3.0.7/Misc/lete2ctl
zsh-3.0.7/Src/.indent.pro
zsh-3.0.7/Src/Makefile.in
zsh-3.0.7/Src/ansi2knr.c
zsh-3.0.7/Src/builtin.c
zsh-3.0.7/Src/compat.c
zsh-3.0.7/Src/cond.c
zsh-3.0.7/Src/exec.c
zsh-3.0.7/Src/glob.c
zsh-3.0.7/Src/globals.h
zsh-3.0.7/Src/hashtable.c
zsh-3.0.7/Src/hashtable.h
zsh-3.0.7/Src/hist.c
zsh-3.0.7/Src/init.c
zsh-3.0.7/Src/input.c
zsh-3.0.7/Src/jobs.c
zsh-3.0.7/Src/lex.c
zsh-3.0.7/Src/linklist.c
zsh-3.0.7/Src/loop.c
zsh-3.0.7/Src/makepro.sed
zsh-3.0.7/Src/math.c
zsh-3.0.7/Src/mem.c
zsh-3.0.7/Src/params.c
zsh-3.0.7/Src/parse.c
zsh-3.0.7/Src/prototypes.h
zsh-3.0.7/Src/rlimits.awk
zsh-3.0.7/Src/signals.c
zsh-3.0.7/Src/signals.h
zsh-3.0.7/Src/signames.awk
zsh-3.0.7/Src/subst.c
zsh-3.0.7/Src/system.h
zsh-3.0.7/Src/text.c
zsh-3.0.7/Src/utils.c
zsh-3.0.7/Src/version.h
zsh-3.0.7/Src/watch.c
zsh-3.0.7/Src/zle.h
zsh-3.0.7/Src/zle_bindings.c
zsh-3.0.7/Src/zle_hist.c
zsh-3.0.7/Src/zle_main.c
zsh-3.0.7/Src/zle_misc.c
zsh-3.0.7/Src/zle_move.c
zsh-3.0.7/Src/zle_refresh.c
zsh-3.0.7/Src/zle_tricky.c
zsh-3.0.7/Src/zle_utils.c
zsh-3.0.7/Src/zle_vi.c
zsh-3.0.7/Src/zle_word.c
zsh-3.0.7/Src/zsh.h
zsh-3.0.7/Src/ztype.h
zsh-3.0.7/StartupFiles/Makefile.in
zsh-3.0.7/StartupFiles/zlogin
zsh-3.0.7/StartupFiles/zshenv
zsh-3.0.7/StartupFiles/zshrc
zsh-3.0.7/Util/Makefile.in
zsh-3.0.7/Util/helpfiles
zsh-3.0.7/Util/reporter
zsh-3.0.7/Util/zsh-development-guide


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 3.0.7.tar.gz oddness
  1999-10-24  1:35 3.0.7.tar.gz oddness Clint Adams
@ 1999-10-24  4:10 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 1999-10-24  4:10 UTC (permalink / raw)
  To: Clint Adams, zsh-workers

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-10-24  4:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-24  1:35 3.0.7.tar.gz oddness Clint Adams
1999-10-24  4:10 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).