K 10 svn:author V 5 brian K 8 svn:date V 27 2009-06-02T07:35:51.408779Z K 7 svn:log V 414 Rather than using both -prune (which requires directory-first tree traversal) and -delete (which implies depth-first traversal), avoid using -delete in favour of -execdir. This has a side-effect of not removing directories that contain files, even if we delete all of those files, but IMHO that's a better option than specifying all possible local filesystem types in this script. PR: 122811 MFC after: 3 weeks END