This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin tcsh 6.12.00 problem and fix


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]