Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Wed, 22 Nov 2000 15:18:44 -0500
Message-Id: <200011222018.PAA32341@envy.delorie.com>
X-Authentication-Warning: envy.delorie.com: dj set sender to dj@envy.delorie.com using -f
From: DJ Delorie <dj@delorie.com>
To: lhall@rfk.com
CC: cygwin@cygwin.com
In-reply-to: <4.3.1.2.20001122150913.020f6e18@pop.ma.ultranet.com>
	(lhall@rfk.com)
Subject: Re: newbie: Out of order execution in script
References: <OF9D8082CB.EC2181DD-ON8525699F.006539D4@gdls.com>
 <OF9D8082CB.EC2181DD-ON8525699F.006539D4@gdls.com> <4.3.1.2.20001122150913.020f6e18@pop.ma.ultranet.com>


> I guess I'm confused as to why one should expect things exec'd to run in 
> a certain sequence.  Isn't that the point of execing?  If you're going to 

You're thinking of fork() (or perhaps spawn()).  What exec() does is
replace the current process with a new one, which obviously must be
done in the right sequence ;)

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

