From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 12 18:53:22 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 EAD9616A4CE for ; Fri, 12 Nov 2004 18:53:22 +0000 (GMT) Received: from dazed.slacker.com (dazed.slacker.com [68.93.27.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 806C743D48 for ; Fri, 12 Nov 2004 18:53:20 +0000 (GMT) (envelope-from djmike@ocgnet.org) Received: from gilligan (rrcs-24-227-173-102.sw.biz.rr.com [24.227.173.102]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by dazed.slacker.com (Postfix) with ESMTP id DC2E8BDE10 for ; Fri, 12 Nov 2004 12:53:19 -0600 (CST) From: Mike Partin To: freebsd-hackers@freebsd.org In-Reply-To: <20041112184710.GA1594@dragon.nuxi.com> References: <41940880.7070409@corserv.com> <20041112023023.GG19417@silverwraith.com> <20041112031122.GA87071@falcon.midgard.homeip.net> <20041112055543.GH19417@silverwraith.com> <20041112184710.GA1594@dragon.nuxi.com> Content-Type: text/plain Date: Fri, 12 Nov 2004 12:56:12 -0600 Message-Id: <1100285772.24063.7.camel@gilligan> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 13 Nov 2004 13:30:25 +0000 Subject: Re: tcsh fix 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:53:23 -0000 > > I write many scripts in sh on Solaris, and find they just don't work on > > Linux because /bin/sh on Linux is really /bin/bash and is not bacwards > > compatible. I HATE this. Not to mention there is simply POSIX sh that you can have on linux, I personally like ash as it's got the speed, and features I like while being IIRC POSIX compliant sh. You would know this had you spent 5 minutes on google instead of 3 days complaining. -- Mike Partin