Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
X-Injected-Via-Gmane: http://gmane.org/
Path: not-for-mail
From: Andrew DeFaria <Andrew@DeFaria.com>
Subject: Re: About ENV?
Date: Fri, 18 Oct 2002 08:22:31 -0700
Lines: 25
Message-ID: <3DB02737.7000406@DeFaria.com>
References: <F864nbV6lznZC3c1QRo00001fe2@hotmail.com>
NNTP-Posting-Host: dsl-64-195-250-225.telocity.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: main.gmane.org 1034954519 20199 64.195.250.225 (18 Oct 2002 15:21:59 GMT)
X-Complaints-To: usenet@main.gmane.org
NNTP-Posting-Date: Fri, 18 Oct 2002 15:21:59 +0000 (UTC)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0
X-Accept-Language: en,ru

John Vincent wrote:

> Hi,
>
> Not quite right there ... You can preceed a command with an 
> assignment, and the assigned variable is then put into the environment 
> of the command that is run. Thus the command
> "echo" is run with an environment variable AAAA with the value aaaa. 
> However, this does not change the AAAA shell variable (which is 
> currently empty) so the echo prints a blank (it's empty argument) and 
> ignores the AAAA in it's environment.
>
> This syntax is useful for setting environment variables for one 
> command invocation only. They are not saved.
>
> I hope this fully explains what is going on.

It doesn't. If "This syntax is useful for setting environment variables 
for one command invocation only" then the echo command should have 
echoed "aaa". Otherwise the syntax is not useful for setting environment 
variables for one command invocation. Perhaps what is meant is that this 
syntax is useful for overriding environment variables for one command 
invocation? However this leaves a glaring inconsistancy prone to error 
if the variable was not set already then no override takes place.




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

