From owner-freebsd-standards Sun Oct 27 4:13:35 2002 Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71A0837B401 for ; Sun, 27 Oct 2002 04:13:25 -0800 (PST) Received: from thuvia.demon.co.uk (thuvia.demon.co.uk [193.237.34.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1821B43E3B for ; Sun, 27 Oct 2002 04:13:24 -0800 (PST) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (dotar.thuvia.org [10.0.0.4]) by phaidor.thuvia.org (8.12.3/8.12.3) with ESMTP id g9RCDGcF056259; Sun, 27 Oct 2002 12:13:17 GMT (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (localhost [IPv6:::1]) by dotar.thuvia.org (8.12.6/8.12.6) with ESMTP id g9RCDGH5032247; Sun, 27 Oct 2002 12:13:16 GMT (envelope-from mark@dotar.thuvia.org) Received: (from mark@localhost) by dotar.thuvia.org (8.12.6/8.12.6/Submit) id g9RCDF0p032246; Sun, 27 Oct 2002 12:13:15 GMT Date: Sun, 27 Oct 2002 12:13:15 GMT From: Mark Valentine Message-Id: <200210271213.g9RCDF0p032246@dotar.thuvia.org> X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: wollman@lcs.mit.edu (Garrett Wollman), standards@freebsd.org Subject: Re: Why I am opposed to a Standards Ghetto Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: mark@dotar.thuvia.org (Mark Valentine) > Date: Sun 27 Oct, 2002 > Subject: Re: Why I am opposed to a Standards Ghetto > #!/bin/sh > > PATH=$(command -p getconf PATH) sh /my/standard/script "$@" Doh. This is FreeBSD, and I hope we never need a /usr/posix sh. All we need to state is "Use #!/bin/sh and set PATH=$(command -p getconf PATH) at the start of your script". My own "portable" scripts can do their own worrying about how to bootstrap a Standard shell. Cheers, Mark. -- Mark Valentine, Thuvia Labs "Tigers will do ANYTHING for a tuna fish sandwich." Mark Valentine uses "We're kind of stupid that way." *munch* *munch* and endorses FreeBSD -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message