diff --git a/ghcup b/ghcup index cb9832e..432a16d 100755 --- a/ghcup +++ b/ghcup @@ -1186,7 +1186,8 @@ install_ghc() { if ${FORCE} ; then echo "GHC already installed in ${inst_location}, overwriting!" else - die "GHC already installed in ${inst_location}, use --force to overwrite" + warning_message "GHC already installed in ${inst_location}, use --force to overwrite" + exit 0 fi first_install=false fi