X-Spam-Check-By: sourceware.org
Date: Mon, 16 Apr 2007 12:34:26 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: tcsh-6.15.00-1 can't find cat, cut, sed
Message-ID: <20070416103426.GA5799@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <20070413232335.GA27411@nuthaus.mib.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20070413232335.GA27411@nuthaus.mib.org>
User-Agent: Mutt/1.4.2.2i
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Apr 13 16:23, Keith Thompson wrote:
> I just upgraded to tcsh 6.15.00-1.  When I start a login shell,
> I get the following error messages:
> 
> cat: Command not found.
> cut: Command not found.
> cat: Command not found.
> cut: Command not found.
> sed: Command not found.
> 
> (The command I use to do this is
>     "C:\cygwin\bin\rxvt.exe -fn 9x15 -fb 9x15bold -e /bin/tcsh -l"
> executed from a Windows shortcut in my Start menu.)
> 
> I've tracked this down to the script "/etc/profile.d/complete.tcsh",
> which is invoked from "/etc/csh.cshrc".  The complete.tcsh script
> assumes that $PATH / $path has been set, when in fact it has not.
> This is new code in complete.tcsh; it wasn't there before I upgraded
> to tcsh-6.15.00-1 (and "cygcheck -f /etc/profile.d/complete.tcsh"
> prints "tcsh-6.15.00-1").

Hang on, I'm wondering how this is supposed to be a bug.  When you start
a local Cygwin shell, the cygwin.bat script sets $PATH for you, so that
it contains /bin.  You could easily start rxvt the same way.  I'm not
exactly happy to create a special Cygwin complete.tcsh script, which
diverges that much from the upstream version, just because the shell is
called with a wrongly set $PATH.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

