[PATCH] Add `set -o tabcomplete' to /bin/sh.
Joerg Sonnenberger
joerg at britannica.bec.de
Sat Feb 14 10:37:26 PST 2009
On Sat, Feb 14, 2009 at 09:44:26AM -0800, Matthew Dillon wrote:
> We should probably follow whatever NetBSD does there, but there is
> no reason we can't turn it on in the default /etc/profile.
NetBSD enables it in /root/.profile. Putting it in /etc/profile is bad
for two reasons:
(a) That file is processed by many !/bin/sh shells as well.
(b) Users can't overwrite that file directly.
Joerg
More information about the Submit
mailing list