Follow-up Comment #6, bug #15195 (project findutils): A couple more misleading messages, even with your latest patches:
currently: $ find \( -true -a ! \) find: invalid expression; you have too many ')' nicer: $ find \( -true -a ! \) find: expected an expression after '!' currently: $ find \( find: invalid expression; empty parentheses are not allowed. nicer: $ find \( find: invalid expression; I was expecting to find a ')' somewhere but did not see one. _______________________________________________________ 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