This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/34474] find from BusyBox v1.2.2 does not support logical OR (-o argument)



------- Comment #6 from aldot at gcc dot gnu dot org  2007-12-15 12:49 -------
(In reply to comment #4)
> None of these works:
> 
> find . -type l -or -type d -print
> find . -type l OR -type d -print
> find . -type l or -type d -print
> 
In current busybox (IIRC >= 1.6) these are available if you ENABLE_DESKTOP, but
that pulls in alot of big cruft so is nothing you want, generally.

Confirmed.


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldot at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-12-15 12:49:28
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34474


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]