Stepan Kasal <[EMAIL PROTECTED]> writes: > GZIP_ENV = \ > "--no-name --best$$( \ > - case $$(gzip --help) in \ > + case $$(gzip --help 2>&1) in \ > (*--rsyncable*) echo ' --rsyncable';; \
I don't see why this patch is needed. Do you know of any gzip version that has --rsyncable but where --help outputs to stderr? If not, then the patch is unnecessary.
