Delivered-To: listarch-cygwin AT sourceware DOT cygnus DOT com Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <36C5AFA4.81DD449E@cityweb.de> Date: Sat, 13 Feb 1999 18:00:20 +0100 From: Corinna Vinschen X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: George Wu , cygwin AT sourceware DOT cygnus DOT com Subject: Re: Cygwin B20.1 and tcsh 6.08.00.x References: <36C4D007 DOT 46FE7AA4 AT sageit DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit George Wu wrote: > > Hi Corinna, > I am using your patched tcsh on Windows NT 4.0 (SP 4) with > cygwin b20.1. If I run cygwin with a binary mounted root directory > I am unable to get tcsh to source my ~/.cshrc properly. With an > ~/.cshrc containing just 1 newline character I get the following error > when I try to source it: > > : Command not found. > > It looks like tcsh is interpreting the single newline character as > a command. I am hoping you have an easy fix for this problem. Hi George, the fix is simple: Your .cshrc file contains CR/LF as newline! With binary mount, you have to use UX-like newline: a single LF character. Regards, Corinna