Problem updatin ports

Gary Palmer gpalmer at freebsd.org
Sun Dec 21 13:55:15 UTC 2014


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


More information about the freebsd-stable mailing list