commit: ff4d400d6f6651ecd06a66245fd43fb909e91955 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue Nov 22 14:24:31 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sat Dec 10 19:02:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=ff4d400d
etc/shells: Add mksh to login shells etc/shells | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/shells b/etc/shells index 05a36e3..db18c43 100644 --- a/etc/shells +++ b/etc/shells @@ -5,6 +5,7 @@ /bin/esh /bin/fish /bin/ksh +/bin/mksh /bin/sash /bin/sh /bin/tcsh
