Problem updatin ports

Brandon Allbery allbery.b at gmail.com
Sun Dec 21 12:32:31 UTC 2014


On Sun, Dec 21, 2014 at 6:32 AM, Filippo Moretti via freebsd-stable <
freebsd-stable at 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 at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net


More information about the freebsd-stable mailing list