svn commit: r209221 - head/bin/sh

M. Warner Losh imp at bsdimp.com
Thu Jun 17 21:38:09 UTC 2010


In message: <4C1A7953.4080201 at FreeBSD.org>
            Doug Barton <dougb at freebsd.org> writes:
: I've been very supportive of Jilles work up to this point, and I think
: he's done a great job of making our sh functional and compliant as a
: scripting shell. However in my mind adding completion (and his
: suggested inclusion of the kill builtin) tips the balance from "good
: system shell" to more of an interactive shell, and that makes me
: wonder if this is the right direction to go in. If we want a good
: interactive bourne-based shell in the base I'd rather have the
: discussion about which one to import, rather than trying to have our
: sh catch up with the last 15 years of development in this area.

My main objection to sh growing lots of new functionality is the
embedded world.  It is so much smaller than csh, like 1/3 the size.
I'd prefer we keep it small, or at least keep it buildable in the
small...

Warner


More information about the svn-src-all mailing list