From 0519d37e5228f01f6214269fee84fda661917469 Mon Sep 17 00:00:00 2001 From: Tony Xue Date: Tue, 13 Oct 2015 09:47:59 -0700 Subject: [PATCH] Modify output messages --- tools/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index 426c369a4..857c72ee2 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -93,8 +93,8 @@ if [ "$TEST_CURRENT_SHELL" != "zsh" ]; then chsh -s $(grep /zsh$ /etc/shells | tail -1) # If ZSH only installed non-globally. elif [ "$CHECK_ZSH_INSTALLED_NON_GLOBALLY" -eq 0 ] && [ ! "$CHECK_ZSH_INSTALLED" -ge 1 ]; then - printf "I can't change your shell automatically because ZSH is not installed globally.\n" - printf "${BLUE}You need to start ZSH in your prefered way every time!${NORMAL}\n" + printf "I can't change your shell automatically.\n" + printf "${BLUE}You need to start ZSH in your preferred way every time!${NORMAL}\n" # Else, suggest the user do so manually. else printf "I can't change your shell automatically because this system does not have chsh.\n"