From 061cca5304b3b35e5daa4be37668b055b038a608 Mon Sep 17 00:00:00 2001 From: nickl- Date: Fri, 7 Dec 2012 02:16:08 +0200 Subject: [PATCH] Readjust output based on single char input strategy --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 81bff138..da62ad83 100755 --- a/install.sh +++ b/install.sh @@ -24,15 +24,15 @@ while true; do case ${RESP} in [yY]) cp "${BASH_IT}/template/jekyllconfig.template.bash" "${HOME}/.jekyllconfig" - echo "Copied the template .jekyllconfig into your home directory." \ - "Edit this file to customize bash-it for using the Jekyll plugins" + echo -e "\nCopied the template .jekyllconfig into your home directory." \ + "Edit this file to customize bash-it when using the Jekyll plugins" break ;; [nN]) break ;; *) - echo "Please enter Y or N" + echo " Please enter Y or N" esac done