From d900d0b10c40b2608879007755158c30d501948c Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Mon, 26 Nov 2018 23:35:28 +0100 Subject: [PATCH] Emit distro-alias inferred in `debug-info` output --- ghcup | 1 + 1 file changed, 1 insertion(+) diff --git a/ghcup b/ghcup index 6a82be3..a772440 100755 --- a/ghcup +++ b/ghcup @@ -1543,6 +1543,7 @@ print_debug_info() { echo "Detected system information:" echo " Architecture: $(get_arch)" echo " Distribution: $(get_distro_name)" + echo " Distro alias: $(get_distro_alias "$(get_distro_name)")" echo " Distro version: $(get_distro_ver)" }