From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 12 18:47:44 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59C6816A4CE for ; Fri, 12 Nov 2004 18:47:44 +0000 (GMT) Received: from corserv.corserv.com (tx-65-40-201-169.sta.sprint-hsd.net [65.40.201.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id E16D443D3F for ; Fri, 12 Nov 2004 18:47:43 +0000 (GMT) (envelope-from klyons@corserv.com) Received: from [192.168.1.3] (cygni.corserv.com [192.168.1.3]) by corserv.corserv.com (8.12.11/8.11.6) with ESMTP id iACJpTr3004370 for ; Fri, 12 Nov 2004 13:51:29 -0600 (CST) (envelope-from klyons@corserv.com) Message-ID: <4195043E.8000808@corserv.com> Date: Fri, 12 Nov 2004 12:43:10 -0600 From: Kevin Lyons User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Cc: freebsd-hackers@freebsd.org References: <419406E5.6050902@corserv.com> <4194CA3E.4010601@gamersimpact.com> <4194D4BC.3060103@corserv.com> <20041112181038.GA18108@dragon.nuxi.com> In-Reply-To: <20041112181038.GA18108@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Re; tcsh is not csh X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 18:47:44 -0000 David O'Brien wrote: > > 1. Why don't you ask about this on the tcsh mailing lists? I have. > 2. OR why don't you send me a patch that fixes the bug? This behavoir is described in the man page so I thought it was intended. My thinking was if tcsh wants this fine. It is just not compat with csh which is also fine as long as there is a csh. > 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 I did $<:q but I suspect others will have the same issue in future so I thought it would be nice for all involved if the csh standard behavoir was available on freebsd. >