cvs commit: src/usr.bin/find main.c
    Joerg Sonnenberger 
    joerg at britannica.bec.de
       
    Mon Mar 14 05:06:14 PST 2005
    
    
  
On Mon, Mar 14, 2005 at 04:48:57AM -0800, Joerg Sonnenberger wrote:
> joerg       2005/03/14 04:48:57 PST
> 
> DragonFly src repository
> 
>   Modified files:
>     usr.bin/find         main.c 
>   Log:
>   Add '+' to argument list of find to prevent getopt from reordering
>   the arguments.
Now is a good time to rewrite the argument parser of find to
use getopt_long_only. Anyone interested?
BTW, I think find should exit when an invalid option is found,
not silently ignore it.
Joerg
    
    
More information about the Commits
mailing list