* Eric Blake wrote on Thu, Dec 31, 2009 at 02:40:19AM CET:
> According to Ralf Wildenhues on 12/30/2009 2:44 PM:
> >> +...@example
> >> +$ @kbd{echo abc | /usr/xpg4/bin/tr bc d}
> >> +adc
> >> +$ @kbd{echo abc | tr bc d}
> >> +add
> >
> > Is it clear which tr is invoked here?
>
> The latter was GNU coreutils; should I push a followup patch that changes
> that one line like this?
>
> - -$ @kbd{echo abc | tr bc d}
> +$ @kbd{echo abc | coreutils/tr bc d}
Yes, please. It wasn't clear to me at all that the latter was coreutils
tr, as opposed to a tr likely to be early in $PATH on Solaris systems.
Thanks,
Ralf