Fix debug-info to include CACHE_LOCATION

This commit is contained in:
Julian Ospald 2018-10-28 17:36:10 +08:00
parent e3bc9ce99c
commit 3f691b73ad
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 0 deletions

1
ghcup
View File

@ -1150,6 +1150,7 @@ print_debug_info() {
echo "Script variables:"
echo " GHC install location: ${GHC_LOCATION}"
echo " Binary install location: ${BIN_LOCATION}"
echo " Tarball cache location: ${CACHE_LOCATION}"
echo " Downloader: ${DOWNLOADER} ${DOWNLOADER_OPTS} <url>"
echo " Script update url: ${SCRIPT_UPDATE_URL}"
echo " GHC download baseurl: ${GHC_DOWNLOAD_BASEURL}"