Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 07:32:28 -0500
From:      Brandon Allbery <allbery.b@gmail.com>
To:        Filippo Moretti <filippomore@yahoo.com>
Cc:        "stable@freebsd.org" <stable@freebsd.org>
Subject:   Re: Problem updatin ports
Message-ID:  <CAKFCL4Uy8ND7msiR=cnnLYuctTv81XAdMWOuer5e8U6DUS=Vfg@mail.gmail.com>
In-Reply-To: <479677408.83303.1419161575551.JavaMail.yahoo@jws10609.mail.bf1.yahoo.com>
References:  <479677408.83303.1419161575551.JavaMail.yahoo@jws10609.mail.bf1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 21, 2014 at 6:32 AM, Filippo Moretti via freebsd-stable <
freebsd-stable@freebsd.org> wrote:

> root  sting /usr/ports 12:06:42$ portmaster 'find
> /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so' |xargs pkg which
> -qolsort -u'
>

Wrong quote. ' and ` look rather similar but have distinctly different
meanings. (Or did you typo it when writing it in this message?)

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)

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b@gmail.com                                  ballbery@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKFCL4Uy8ND7msiR=cnnLYuctTv81XAdMWOuer5e8U6DUS=Vfg>