I have no idea how this happens.  ksh93 has command as a preset alias to
'command '.  This allows
the word following command to be searched for an alias so that
    command integer x=3
will work since integer is an alias for typeset -li.


On Thu, Oct 16, 2014 at 3:13 PM, Ed Horch <[email protected]> wrote:

> <command> is a tracked alias for /bin/.sh.<command>
>
> I'm seeing this on ksh93t+ on RHEL6.  It occurs deep in a complex nest of
> Jenkins jobs, noninteractive ClearCase setviews, and ksh scripts calling
> bash scripts calling ksh, so I haven't yet been able to duplicate the
> problem in a nice self-contained way.
>
> I was hoping someone here was familiar enough with the code that handles
> tracked aliases that they'd be able to say, "Oh yeah, here's what makes
> that happen..."  In the meantime, I'll keep working on making this easily
> reproducible.
>
> Thanks,
>
> -Ed Horch
>
> _______________________________________________
> ast-users mailing list
> [email protected]
> http://lists.research.att.com/mailman/listinfo/ast-users
>
>
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to