[Toybox] FreeBSD issues
Ed Maste
emaste at freebsd.org
Wed Jan 16 08:25:31 PST 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20190116/971bc3d2/attachment.htm>
More information about the Toybox
mailing list