From 7440c26f82800a61192cb15bfebac86ecb87a623 Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Mon, 21 Oct 2019 15:14:22 +0800
Subject: [PATCH] Be a little bit less dramatic about modifying .bashrc

---
 bootstrap-haskell | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootstrap-haskell b/bootstrap-haskell
index 1bbe98c..244286c 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" ""
 
-- 
GitLab