[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master cfc34c1: Update the way directories are compres
From: |
Stefan Monnier |
Subject: |
Re: [Emacs-diffs] master cfc34c1: Update the way directories are compressed |
Date: |
Tue, 20 Oct 2015 11:29:24 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> The new form doesn't assume that tar supports "-z", as is apparently the
> case for non-GNU tar.
Then please add a comment explaining it. Otherwise someone like me
might be tempted to replace the gzip|tar with "tar -z" on the premise
that it might be more efficient or doesn't require gzip to be in $PATH
or something.
Stefan "who wonders where we can find a tar that doesn't
support -z nowadays (ancient Unix? home router?), so
maybe the comment should include some info about the
particular circumstance where "tar -z" doesn't exist"