Fix debug-info to include CACHE_LOCATION
This commit is contained in:
parent
e3bc9ce99c
commit
3f691b73ad
1
ghcup
1
ghcup
@ -1150,6 +1150,7 @@ print_debug_info() {
|
|||||||
echo "Script variables:"
|
echo "Script variables:"
|
||||||
echo " GHC install location: ${GHC_LOCATION}"
|
echo " GHC install location: ${GHC_LOCATION}"
|
||||||
echo " Binary install location: ${BIN_LOCATION}"
|
echo " Binary install location: ${BIN_LOCATION}"
|
||||||
|
echo " Tarball cache location: ${CACHE_LOCATION}"
|
||||||
echo " Downloader: ${DOWNLOADER} ${DOWNLOADER_OPTS} <url>"
|
echo " Downloader: ${DOWNLOADER} ${DOWNLOADER_OPTS} <url>"
|
||||||
echo " Script update url: ${SCRIPT_UPDATE_URL}"
|
echo " Script update url: ${SCRIPT_UPDATE_URL}"
|
||||||
echo " GHC download baseurl: ${GHC_DOWNLOAD_BASEURL}"
|
echo " GHC download baseurl: ${GHC_DOWNLOAD_BASEURL}"
|
||||||
|
Loading…
Reference in New Issue
Block a user