| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Cc: | Brad Chamberlain <bradc AT cray DOT com> |
| 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 <bradc AT cray DOT com> | |
| References: | <Pine DOT GSO DOT 4 DOT 44 DOT 0305291229460 DOT 25414-100000 AT hamble DOT wc DOT cray DOT com> |
| Mime-Version: | 1.0 |
| 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 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |