From owner-freebsd-stable@FreeBSD.ORG Sun Dec 21 13:55:15 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD37A38B; Sun, 21 Dec 2014 13:55:15 +0000 (UTC) Received: from mail.in-addr.com (mail.in-addr.com [IPv6:2a01:4f8:191:61e8::2525:2525]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FBB32B5A; Sun, 21 Dec 2014 13:55:15 +0000 (UTC) Received: from gjp by mail.in-addr.com with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Y2gyX-000Hgt-Fv; Sun, 21 Dec 2014 13:55:13 +0000 Date: Sun, 21 Dec 2014 13:55:13 +0000 From: Gary Palmer To: Brandon Allbery Subject: Re: Problem updatin ports Message-ID: <20141221135513.GB63927@in-addr.com> References: <479677408.83303.1419161575551.JavaMail.yahoo@jws10609.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on mail.in-addr.com); SAEximRunCond expanded to false Cc: "stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2014 13:55:15 -0000 On Sun, Dec 21, 2014 at 07:32:28AM -0500, Brandon Allbery wrote: > In fact, whoever wrote that should really have used $() instead: > > portmaster $(find /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so' > |xargs pkg which -qolsort -u) That only works on sh/bash/etc shells, whereas `...` should work in all shells (that I know of anyway) Regards, Gary