[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Handling of ENV options
From: |
Paul Eggert |
Subject: |
Re: Handling of ENV options |
Date: |
Mon, 21 Mar 2011 14:48:15 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Thunderbird/3.1.9 |
On 03/21/2011 03:09 AM, Kalev Soikonen wrote:
> Apparently, gmake exports the variables that were exported in the first place,
> thus gzip is invoked with "GZIP=/bin/gzip" in its env.
That's pretty unfortunate. Perhaps gzip should
ignore the GZIP environment variable unless it
is parsable as a series of options? gzip could
issue a warning in that case, but proceed as if
GZIP were unset.