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 Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 19 Feb 2002 20:03:39 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: TCSH startup scripts failure Message-ID: <20020219200339.M23094@cygbert.vinschen.de> Mail-Followup-To: cygwin AT cygwin DOT com References: <4 DOT 3 DOT 1 DOT 2 DOT 20020207115747 DOT 021b08c8 AT pop DOT ma DOT ultranet DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i On Sat, Feb 09, 2002 at 06:23:54PM -0800, Michael wrote: > Hi > > As of the latest version of Cygwin, there is a flaw in the tcsh startup > scripts in /etc and /etc/profile.d that causes tcsh to fail if $HOME > contains a space (eg "/home/John Smith") > > Lines such as > if ( -r $HOME/.cshrc ) ... > will cause errors unless changed to > if ( -r "$HOME/.cshrc" ) ... I changed /etc/csh.cshrc slightly The above is fixed, too. A new tcsh is available in a few hours. 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 Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/