From 75977faafd35f4f840a7d32090f0e4db001198f6 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 25 Dec 2019 17:53:57 +0100 Subject: [PATCH] Tweak status message --- ghcup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcup b/ghcup index 0557d98..94bfc81 100755 --- a/ghcup +++ b/ghcup @@ -1525,7 +1525,7 @@ set_ghc() { [ -e "${inst_location}" ] || die "GHC ${myghcver} not installed yet, use: ${SCRIPT} install ${myghcver}" - status_message "Setting GHC to ${myghcver}" + status_message "Setting GHC${target_suffix} to ${myghcver}" for f in "${inst_location}"/bin/*-"${myghcver}" ; do [ -f "${f}" ] || die "Something went wrong, ${f} does not exist!"