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
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
2 matches
Mail list logo