gzip: also honor GZIP=--rsyncable
authorJim Meyering <meyering@fb.com>
Thu, 24 Mar 2016 16:06:18 +0000 (09:06 -0700)
committerJim Meyering <meyering@fb.com>
Thu, 24 Mar 2016 16:18:47 +0000 (09:18 -0700)
commit91907badcd65c09fa9f576c35fad66c8b479232a
tree9014b112acda8ecb982b482604ef5c5e3586a39a
parent5d9d82555a337442383cc78fc4fd64b9c34e47ee
gzip: also honor GZIP=--rsyncable

* gzip.c (main): Also accept --rsyncable when it is specified
via the GZIP environment variable.
I noticed this when gzip's "make dist" failed because maint.mk
detected that gzip now honors --rsyncable, yet when it set GZIP_ENV
to include that, and that propagated via automake-generated code
to the GZIP setting used in the "make dist" rule, there, it was not
honored, and caused "make dist" to fail.
gzip.c