K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-08-26T00:50:27.568122Z K 7 svn:log V 337 MFC r364600: caroot: switch to using echo+shell glob to enumerate certs This solves an issue on stable/12 that causes certs to not get installed. ls is apparently not in PATH during installworld, so TRUSTED_CERTS ends up blank and nothing gets installed. We don't really require anything ls-specific, though, so let's just simplify it. END