Update of bug #18787 (project findutils):
Status: None => Works For Me
Assigned to: None => jay
_______________________________________________________
Follow-up Comment #1:
I can't reproduce this:-
$ for exe in ./find-4.3.0 ./find-4.3.2 ; do rm -fr blah; mkdir -p blah/foo ;
$exe blah -name foo -print -exec rm -rf {} \; -prune ; $exe --version ; rm
-rf blah ; done
blah/foo
GNU find version 4.3.0
Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS
blah/foo
GNU find version 4.3.2
Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS
CBO(level=0)
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?18787>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils