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 From: "Michael" To: Subject: TCSH startup scripts failure Date: Sat, 9 Feb 2002 18:23:54 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <4.3.1.2.20020207115747.021b08c8@pop.ma.ultranet.com> 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" ) ... This appears to have been fixed for bash. Cheers Michael -- 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/