On Thu, Feb 08, 2007 at 08:53:45PM -0700, Celti wrote:
With the way the wmiir wrapper is currently written, it leaves /bin/sh
running while ixpc does its thing. Not a great issue most of the time,
but little bits add up with things such as the event loop.
Fortunately, this is easily fixed by changing wmiir to as follows:
Thanks for pointing this out, it's been fixed.
Might I suggest that, if you're worried about such things, you switch to
a lighter-weight shell than bash for script execution? Ash is used on
the BSDs, and dash, the debian port, is available for Linux. It's
smaller and faster than bash. (rant over)