HomeFreeBSD

Partial revert of r364792: caroot: switch to using echo+shell glob

Description

Partial revert of r364792: caroot: switch to using echo+shell glob

On stable/11, I mistakenly only tested installation of trusted certs.
When the dir is empty, the glob remains unexpanded when it gets added to
FILES.

On stable/11 (but not 12 or head), this ends up being erroneous; it kind of
looks like the glob is being expanded to a single-word empty string rather
than leaving us with an empty FILES. Regardless, this isn't worth fixing on
stable/11, so back it out.

Details

Provenance
kevansAuthored on
Parents
rS364792: MFC r364600: caroot: switch to using echo+shell glob to enumerate certs
Branches
Unknown
Tags
Unknown