Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261467AbVEBRdt (ORCPT ); Mon, 2 May 2005 13:33:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261516AbVEBRb5 (ORCPT ); Mon, 2 May 2005 13:31:57 -0400 Received: from fire.osdl.org ([65.172.181.4]:19090 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S261315AbVEBR33 (ORCPT ); Mon, 2 May 2005 13:29:29 -0400 Date: Mon, 2 May 2005 10:31:04 -0700 (PDT) From: Linus Torvalds To: Ryan Anderson cc: Bill Davidsen , Andrea Arcangeli , Matt Mackall , linux-kernel , git@vger.kernel.org Subject: Re: Mercurial 0.4b vs git patchbomb benchmark In-Reply-To: <20050502172012.GD11726@mythryan2.michonline.com> Message-ID: References: <20050430025211.GP17379@opteron.random> <42764C0C.8030604@tmr.com> <20050502172012.GD11726@mythryan2.michonline.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1056 Lines: 31 On Mon, 2 May 2005, Ryan Anderson wrote: > > On Mon, May 02, 2005 at 09:31:06AM -0700, Linus Torvalds wrote: > > That said, I think the /usr/bin/env trick is stupid too. It may be more > > portable for various Linux distributions, but if you want _true_ > > portability, you use /bin/sh, and you do something like > > > > #!/bin/sh > > exec perl perlscript.pl "$@" > if 0; > > You don't really want Perl to get itself into an exec loop. This would _not_ be "perlscript.pl" itself. This is the shell-script, and it's not called ".pl". In other words, you'd put this as ~/bin/cg-xxxx, and then "perlscript.pl" wouldn't be in the path at all, it would be in some separate install directory. But hey, if people want to be safe for bad installations, add the extra line. Shell won't care ;) Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/