diff --git a/bootstrap-haskell b/bootstrap-haskell index 1bbe98c1ad78a4988dcb46449ecc4bdda3fddf71..244286c5b2eada7cb9f117d43cf89238ffd682de 100755 --- a/bootstrap-haskell +++ b/bootstrap-haskell @@ -92,7 +92,7 @@ if [ -z "${BOOTSTRAP_HASKELL_NONINTERACTIVE}" ] ; then printf "\\033[0;35m%s\\033[0m\\n" "" printf "\\033[0;35m%s\\033[0m\\n" "Detected ~/.bashrc on your system..." printf "\\033[0;35m%s\\033[0m\\n" "If you want ghcup to automatically fix your ~/.bashrc to include the required PATH variable" - printf "\\033[0;35m%s\\033[0m\\n" "answer with YES and press ENTER (at your own risk)." + printf "\\033[0;35m%s\\033[0m\\n" "answer with YES and press ENTER." printf "\\033[0;35m%s\\033[0m\\n" "Otherwise press ctrl-c to abort." printf "\\033[0;35m%s\\033[0m\\n" "" @@ -109,7 +109,7 @@ if [ -z "${BOOTSTRAP_HASKELL_NONINTERACTIVE}" ] ; then printf "\\033[0;35m%s\\033[0m\\n" "" printf "\\033[0;35m%s\\033[0m\\n" "Detected ~/.bash_profile on your system..." printf "\\033[0;35m%s\\033[0m\\n" "If you want ghcup to automatically fix your ~/.bash_profile to include the required PATH variable" - printf "\\033[0;35m%s\\033[0m\\n" "answer with YES and press ENTER (at your own risk)." + printf "\\033[0;35m%s\\033[0m\\n" "answer with YES and press ENTER." printf "\\033[0;35m%s\\033[0m\\n" "Otherwise press ctrl-c to abort." printf "\\033[0;35m%s\\033[0m\\n" ""