commit: b8e05a106d836212504b4285f30fd1fa51df9e40
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 4 02:51:35 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Dec 4 02:54:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e05a10
app-shells/mcfly: re-add missing backslashes
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-shells/mcfly/mcfly-0.5.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-shells/mcfly/mcfly-0.5.10.ebuild
b/app-shells/mcfly/mcfly-0.5.10.ebuild
index f47b455fb35d..8a2128bcd50a 100644
--- a/app-shells/mcfly/mcfly-0.5.10.ebuild
+++ b/app-shells/mcfly/mcfly-0.5.10.ebuild
@@ -98,13 +98,13 @@ src_install() {
"To start using ${PN}, add the following to your shell:
~/.bashrc
-eval \"$(mcfly init bash)\"
+eval \"\$(mcfly init bash)\"
~/.config/fish/config.fish
mcfly init fish | source
~/.zsh
-eval \"$(mcfly init zsh)\""
+eval \"\$(mcfly init zsh)\""
readme.gentoo_create_doc
einstalldocs