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:[EMAIL PROTECTED] 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/