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: TCSH startup scripts failure


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@cygwin.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/


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