commit: ffb9e602847f4f196d6366dd1f982046853b29f4 Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Wed May 18 16:55:55 2022 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Wed May 25 14:58:08 2022 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=ffb9e602
etc/shells: Add yash to login shells Yash, yet another shell, is a POSIX-compliant command line shell written in C99 (ISO/IEC 9899:1999). Yash is intended to be the most POSIX-compliant shell in the world while supporting features for daily interactive and scripting use. Closes: https://github.com/gentoo/baselayout/pull/1 Signed-off-by: orbea <orbea <AT> riseup.net> Signed-off-by: William Hubbs <williamh <AT> gentoo.org> etc/shells | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/shells b/etc/shells index db18c437..ede09033 100644 --- a/etc/shells +++ b/etc/shells @@ -9,4 +9,5 @@ /bin/sash /bin/sh /bin/tcsh +/bin/yash /bin/zsh
