On Thu, May 19, 2005 at 04:38:30PM +0100, Matthew Burgess wrote:
> Both '[' and 'test' are bash builtins as well as 
> binaries in /bin.  Is there anyway we can force the bootscripts to 
> choose the implementations in /bin without having to rely on potentially 
> non-SUSV3 conformant shell builtin implementations?  Obviously we could 
> call /bin/{[,test]} explicitly though that's really ugly.

We could use the "enable" builtin to disable the builtin versions in
bash:

enable -n test [

I'm (again) not sure about other shells, though...

Attachment: pgp5vMmCyUEBu.pgp
Description: PGP signature

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to