Tweak status message

This commit is contained in:
2019-12-25 17:53:57 +01:00
parent 5445c5cfd2
commit 75977faafd

2
ghcup
View File

@@ -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!"