X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Kevin Markle <kmarkle@pbs.org>
Subject:  Re: Varibles not working in do loop...
Date:  Tue, 03 Apr 2007 10:06:33 -0400
Lines: 26
Message-ID:  <mn.1a5e7d74f9a48215.51129@pbs.org>
References:  <mn.13aa7d74a3db2d48.51129@pbs.org> <46116207.8060009@cygwin.com> 	 <mn.13cd7d74d8141649.51129@pbs.org> <5abc24640704021326p2bfbcc0che61f4aec02964ec1@mail.gmail.com> <46116C70.8030508@cygwin.com>
Reply-To: kmarkle@pbs.org
Mime-Version:  1.0
Content-Type:  text/plain; charset="iso-8859-15"; format=flowed
Content-Transfer-Encoding:  8bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Larry Hall (Cygwin) formulated on Monday :
> Andrew Louie wrote:
>> On 4/2/07, Kevin Markle  wrote:
>>> Larry Hall (Cygwin) expressed precisely :
>>> > Kevin Markle wrote:
>> 
>>> What does this mean please and or would you send me your copy that
>>> works fine?
>>> "$LOG" == > "".  In these cases, the "hang" is 'cat' waiting for input
>>> from the command
>>> > line.
>> 
>> I think he means that in the line:
>> 
>>> UPDATES_NEEDED=`cat $LOG | grep "updates detected" | tail -1`
>> 
>> cat $LOG... will hang if $LOG == "" because "cat" is waiting for input.
>> 
>
> Precisely.

That helps but my problem is the line above where it get the value for 
LOG for whatever reason doesn't get the value of LOG in the for loop 
but can outside of the loop... :o)




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

