We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I've hit an unexpected running update-alternative hook for zsh when installing node-red which is built with meta-nodejs-contrib.
I'm working on bash shell based BSP which is for Renesas RZ/G1 board Yocto 2.0. This board does not provide zsh compatible PS1:
PS1
# <snip> if [ "$PS1" ]; then # works for bash and ash (no other shells known to be in use here) PS1='\u@\h:\w\$ ' fi
When installing node-red yocto built package, update-alternative hook for zsh does not work and still be able to use bash as /bin/sh.
/bin/sh
update-alternative hook for zsh works and replace /bin/sh/ with /bin/zsh.
/bin/sh/
/bin/zsh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I've hit an unexpected running update-alternative hook for zsh when installing node-red which is built with meta-nodejs-contrib.
Environment Description
I'm working on bash shell based BSP which is for Renesas RZ/G1 board Yocto 2.0.
This board does not provide zsh compatible
PS1
:/etc/profile
Expected Behavior
When installing node-red yocto built package, update-alternative hook for zsh does not work and still be able to use bash as
/bin/sh
.Actual Behavior
update-alternative hook for zsh works and replace
/bin/sh/
with/bin/zsh
.The text was updated successfully, but these errors were encountered: