From owner-cvs-all Fri May 3 10:41:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F293137B417; Fri, 3 May 2002 10:41:54 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g43HfsK30740; Fri, 3 May 2002 10:41:54 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205031741.g43HfsK30740@freefall.freebsd.org> From: "J. Mallett" Date: Fri, 3 May 2002 10:41:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/03 10:41:54 PDT Modified files: usr.bin/xargs xargs.c Log: Move substitution out to a function, prerun(), and replace use of run() with it. It handles everything (right now) that needs done before run(), except the -J case, because while that would be easy, I don't quite understand -J. Reviewed by: src/tools/regression/usr.bin/xargs Revision Changes Path 1.27 +78 -85 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message