So what exactly does this do:

if [[ "${cmd}" != ~(Elr)(alias|unalias|command) ]] && ! alias "${cmd}" 
>/dev/null 2>&1 ; then
        builtin "${cmd}"
fi


Clearly this needs to be fixed.

Also, it looks at my whole $PATH; it shouldn't do that.  And since there's 
a plan to make more executables ksh93 built-in, we need to make sure that
doesn't happen until we have fixed all bugs in "sleep".

Casper


Reply via email to