From 4d31a13fb2b50816fb94cffb2e52b946112bb3a0 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sat, 16 Sep 2017 15:36:37 -0500 Subject: [PATCH] Lined up instructions output in make install (cherry picked from commit eac8158110c1bb9d343e962b675eb711631f20d6) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 49477e9c8..2ae4f140e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -635,7 +635,7 @@ install: all install-force | check-legacy-binaries @echo @if type chsh >/dev/null 2>&1; then \ echo To use fish as your login shell:; \ - grep -q -- "$(DESTDIR)$(bindir)/fish" /etc/shells || echo \* add the line \'$(DESTDIR)$(bindir)/fish\' to the file \'/etc/shells\'; \ + grep -q -- "$(DESTDIR)$(bindir)/fish" /etc/shells || echo \ \ \* add the line \'$(DESTDIR)$(bindir)/fish\' to the file \'/etc/shells\'; \ echo " * run $(yellow)chsh -s $(DESTDIR)$(bindir)/fish$(sgr0)"; \ echo; \ fi;