| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | "Michael" <bax3 AT bigfoot DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | TCSH startup scripts failure |
| Date: | Sat, 9 Feb 2002 18:23:54 -0800 |
| Message-ID: | <LMBBIFHAFADOGLGOEFONMEMIGEAA.bax3@bigfoot.com> |
| MIME-Version: | 1.0 |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |