From owner-cvs-src@FreeBSD.ORG Wed Jul 26 08:58:25 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D17F16A4DF for ; Wed, 26 Jul 2006 08:58:25 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 315AA43D4C for ; Wed, 26 Jul 2006 08:58:25 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (unknown [139.30.252.72]) by hydra.bec.de (Postfix) with ESMTP id 6F9EF35707 for ; Wed, 26 Jul 2006 10:58:21 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1000) id F00C36D097; Wed, 26 Jul 2006 10:58:01 +0200 (CEST) Date: Wed, 26 Jul 2006 10:58:01 +0200 From: Joerg Sonnenberger To: cvs-src@freebsd.org Message-ID: <20060726085801.GB419@britannica.bec.de> References: <200607251720.k6PHKMau082559@repoman.freebsd.org> <44C6FD55.7040204@FreeBSD.org> <20060726072415.GC79886@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060726072415.GC79886@comp.chem.msu.su> User-Agent: Mutt/1.5.11 Subject: Re: cvs commit: src/etc rc.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 08:58:25 -0000 On Wed, Jul 26, 2006 at 11:24:15AM +0400, Yar Tikhiy wrote: > > Also, you should be aware that in our /bin/sh test is a builtin, so what > > you're trying to optimize for is not actually an issue to start with. > > I admit that I was under the opposite impression that test(1) is > external to our sh(1). Perhaps our sh(1) manpage didn't state that > clearly enough. (Just clarified it.) Anyway, I should have looked > at builtin(1), it said the truth. What about asking it? # type test test is a shell builtin Joerg