From owner-cvs-all@FreeBSD.ORG Mon Mar 12 01:26:26 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48F9616A401; Mon, 12 Mar 2007 01:26:26 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1859713C457; Mon, 12 Mar 2007 01:26:26 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 57D6B46D5B; Sun, 11 Mar 2007 20:26:25 -0500 (EST) Date: Mon, 12 Mar 2007 02:26:25 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Tim Kientzle In-Reply-To: <45F45A0A.6040501@freebsd.org> Message-ID: <20070312022457.A90870@fledge.watson.org> References: <200703111933.l2BJXj9X066124@repoman.freebsd.org> <45F45A0A.6040501@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/tar/test config.sh test-basic.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2007 01:26:26 -0000 On Sun, 11 Mar 2007, Tim Kientzle wrote: > I should know this: How does one set the EXE bit on a checked-in file? I > checked in a bunch of shell scripts and have suddenly become very tired of > typing /bin/sh in front of them. ;-) I think the more normal model is to add a "test" target in a Makefile in the same directory. This will only save three characters, but two of them are slashes, which I find I type a bit more slowly. :-) Robert N M Watson Computer Laboratory University of Cambridge > > Tim Kientzle wrote: >> kientzle 2007-03-11 19:33:45 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.bin/tar/test config.sh test-basic.sh Log: >> Clarify the test comments in test-basic.sh. Have config.sh do a >> better job searching for the bsdtar binary to test and the gtar binary >> to use for inter-operability testing. It should now find the built >> (but not installed) binary if there is one, then search for an >> installed binary in a number of standard locations. >> Revision Changes Path >> 1.2 +29 -16 src/usr.bin/tar/test/config.sh >> 1.2 +18 -18 src/usr.bin/tar/test/test-basic.sh >> >> > >