commit: 21a5713c09bc10104936e4ec8299953509d472c2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Nov 4 19:48:08 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Nov 4 19:48:08 2024 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=21a5713c
Fix path to systemd-home-fallback-shell Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> etc/shells | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/shells b/etc/shells index 241da7ff..c153ed07 100644 --- a/etc/shells +++ b/etc/shells @@ -23,4 +23,4 @@ /usr/bin/tcsh /usr/bin/yash /usr/bin/zsh -/usr/lib/systemd-home-fallback-shell +/usr/bin/systemd-home-fallback-shell
