On Feb 18, 2008 4:36 AM, Ag. D. Hatzimanikas <[EMAIL PROTECTED]> wrote:
> On Sun, Feb 17, at 02:16 Dan Nicholson wrote:
> >
> > So, if you're using bash as /bin/sh, then just use ECHO=echo. Using
> > the builtin echo will be less overhead then forking /bin/echo every
> > time a message goes to the
On Sun, Feb 17, at 02:16 Dan Nicholson wrote:
>
> So, if you're using bash as /bin/sh, then just use ECHO=echo. Using
> the builtin echo will be less overhead then forking /bin/echo every
> time a message goes to the screen.
>
Talking about overhead, take a look at this snippet (1) for a shell
c
On Sun, Feb 17, 2008 at 02:16:38PM -0800, Dan Nicholson wrote:
> On Feb 17, 2008 1:56 PM, Jeremy Henty <[EMAIL PROTECTED]> wrote:
> > Thanks everyone. I installed the LFS 6.3 console script, added
> > "ECHO=/bin/echo" near the beginning, rebooted and all is good!
>
> So, if you're using bash