I've taken a first look at the tests on FreeBSD. Although I expect any
fixes will come from someone in the FreeBSD community (other than if we
find general issues) I wonder what is the best way to track these. I'd find
it convenient to track them in GitHub issues in landley/toybox, but
understand if you'd rather not have them there. In that case I can track
issues in a GitHub fork for FreeBSD.

I'm looking at grep now, and find that it always returns error:

% echo abcdef | ./toybox grep abc; echo $?
abcdef
2
% echo abcdef | ./toybox grep xyz; echo $?
2

and grep -q is not quiet:

% echo abcdef | ./toybox grep -q abc; echo $?
abcdef
2
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to