bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #15195] misleading error message


From: Eric Blake
Subject: [bug #15195] misleading error message
Date: Wed, 21 Dec 2005 22:12:58 -0700
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20051012 Netscape/8.0.4

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]