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
Date: Thu, 29 May 2003 21:46:44 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Cc: Brad Chamberlain <bradc@cray.com>
Subject: Re: cygwin tcsh 6.12.00 problem and fix
Message-ID: <20030529194644.GO875@cygbert.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com,
	Brad Chamberlain <bradc@cray.com>
References: <Pine.GSO.4.44.0305291229460.25414-100000@hamble.wc.cray.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <Pine.GSO.4.44.0305291229460.25414-100000@hamble.wc.cray.com>
User-Agent: Mutt/1.4.1i

On Thu, May 29, 2003 at 12:38:57PM -0700, Brad Chamberlain wrote:
> 	brad-xp-lap% diff complete.tcsh complete.tcsh~
> 	30c30
> 	<     if ( -r "$HOME/.netrc" ) then
> 	---
> 	>     if ( -r $HOME/.netrc ) then
> 	236c236
> 	<     if ( -f "$HOME/.mh_profile" && -x "`which folders`" ) then
> 	---
> 	>     if ( -f $HOME/.mh_profile && -x "`which folders`" ) then
> 	643c643
> 	<     if (-r "$HOME/.mailrc") then
> 	---
> 	>     if (-r $HOME/.mailrc) then

Thanks for the patch.  It will be in the next tcsh release (though this
might take a while).

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
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/

