Re: [yocto] FYI: "which" program is broken by default on centos-8

2020-04-22 Thread Armin Kuster
On 4/21/20 5:42 PM, Joel A Cohen wrote: > Centos 8 'which' installs an alias by default: alias which='(alias; > typeset -f) | /usr/bin/which --tty-only --read-alias --read-functions > --show-tilde --show-dot' > > This comes from the which rpm, in /etc/profile.d/which.sh > > This breaks in OE,

[yocto] FYI: "which" program is broken by default on centos-8

2020-04-21 Thread Joel A Cohen
Centos 8 'which' installs an alias by default: alias which='(alias; typeset -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot' This comes from the which rpm, in /etc/profile.d/which.sh This breaks in OE, I'm guessing because the shell used doesn't support