Update of bug #15195 (project findutils): Status: None => Fixed Assigned to: None => jay
_______________________________________________________ Follow-up Comment #2: This is now fixed in the development code (4.3.1+, not 4.2.x). You now get:- $ ./find -maxdepth 0 '(' -depth ')' ./find: warning: you have specified the -depth option after a non-option argument (, but options are not positional (-depth affects tests specified before it as well as those specified after it). Please specify options before other arguments. . $ ./find '(' ')' ./find: invalid expression; empty parentheses are not allowed. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15195> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-findutils mailing list Bug-findutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-findutils