Re: TCSH startup scripts failure

2002-02-19 Thread Corinna Vinschen
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/.csh

TCSH startup scripts failure

2002-02-09 Thread Michael
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/.cs