K 10 svn:author V 3 0mp K 8 svn:date V 27 2020-08-12T13:34:57.865352Z K 7 svn:log V 330 Only pass -E to find(1) when passing -regex or -iregex The -E flag tells find(1) to interpret regular expressions which were passed as arguments to -regex and -iregex as extended regular expressions. It has no effect on other otherwise. Let's not invoke find(1) with -E if not necessary. Approved by: portmgr (blanket approval) END