This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/34474] find from BusyBox v1.2.2 does not support logical OR (-o argument)
- From: "aldot at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Dec 2007 12:49:29 -0000
- Subject: [Bug bootstrap/34474] find from BusyBox v1.2.2 does not support logical OR (-o argument)
- References: <bug-34474-215@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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