Follow-up Comment #3, bug #15531 (project findutils):

How to reproduce:
1 - Create a test directory tree:

test/1file
test/2dir/foo

2 - Use the following find command on test directory:
    find test -name 1file -prune -o -name foo -print

3 - Wrong results:
    no output

4 - Results should be:
    test/2dir/foo

See my patch #3319 for more info. I don't think it's a RightWay(tm) fix.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15531>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to