Subject: Re: [: not found - problems with /bin/sh To: None <port-mac68k@netbsd.org> From: gabriel rosenkoetter <gr@eclipsed.net> List: port-mac68k Date: 09/30/1999 10:31:17
On Wed, Sep 29, 1999 at 10:32:38PM -0500, Scott Smith wrote:
> ln -s /bin/sh /bin/[
Eek! Don't do this, that's scary.
If you must sym link, do ln -s /bin/test /bin/[, but you should really
leave the -s out completely.
~ g r @ eclipsed.net