diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell
index 744f39a29e84b36ad4833a3b134d9fd3fd72f45c..b5a1dd70d78e7d541a96771197701e3a985e61e4 100755
--- a/scripts/bootstrap/bootstrap-haskell
+++ b/scripts/bootstrap/bootstrap-haskell
@@ -293,16 +293,7 @@ ask_bashrc() {
read -r bashrc_answer </dev/tty
else
- # On windows .bashrc isn't an important user config, so we adjust it
- # always. On other platforms, let's be a bit more conservative.
- case "${plat}" in
- MSYS*|MINGW*)
- return 1
- ;;
- *)
- return 0
- ;;
- esac
+ return 0
fi
case $bashrc_answer in
[Pp]* | "")