Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2004 10:10:38 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        Kevin Lyons <klyons@corserv.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Re; tcsh is not csh
Message-ID:  <20041112181038.GA18108@dragon.nuxi.com>
In-Reply-To: <4194D4BC.3060103@corserv.com>
References:  <419406E5.6050902@corserv.com> <4194CA3E.4010601@gamersimpact.com> <4194D4BC.3060103@corserv.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 12, 2004 at 09:20:28AM -0600, Kevin Lyons wrote:
> FreeBSD - does not work (they knew better and renamed tcsh csh rather 
> than just calling a spade a spade, some commit bit vandal got a hair to 
> rename parts of the world for the sake of mankind.)

That would be me.

1. Why don't you ask about this on the tcsh mailing lists?
2. OR why don't you send me a patch that fixes the bug?
3. OR why don't you test to see if you are running under tcsh and use a
   different code path:
	 if ( $?tcsh ) then
		 # something that will work with tcsh
     else
         # existing code
	 endif

-- 
-- David  (obrien@FreeBSD.org)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041112181038.GA18108>