Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 29 May 2003 21:46:44 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Cc: Brad Chamberlain Subject: Re: cygwin tcsh 6.12.00 problem and fix Message-ID: <20030529194644.GO875@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com, Brad Chamberlain References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 AT cygwin DOT 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/