Tweak status message

This commit is contained in:
Julian Ospald 2019-12-25 17:53:57 +01:00
parent 5445c5cfd2
commit 75977faafd
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

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