From 0c5951a22508eab3f3f303ecb40448f91ea3f708 Mon Sep 17 00:00:00 2001 From: Michael Abbott Date: Mon, 24 Jun 2019 14:32:58 +0100 Subject: [PATCH] Fix bogus tabs (issue #106) --- ghcup | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghcup b/ghcup index cc9c3f4..cd5f7e3 100755 --- a/ghcup +++ b/ghcup @@ -1102,9 +1102,9 @@ get_distro_alias() { "Linux Mint"|"LinuxMint") distro_alias=mint ;; - "Amazon Linux AMI") - distro_alias=amazonlinux - ;; + "Amazon Linux AMI") + distro_alias=amazonlinux + ;; "AIX") distro_alias=aix ;; @@ -1752,7 +1752,7 @@ compile_ghc() { if [ -n "${build_config}" ] ; then edo cat "${build_config}" > mk/build.mk else - cat <<-EOF > mk/build.mk || die + cat <<-EOF > mk/build.mk || die V=0 BUILD_MAN = NO BUILD_SPHINX_HTML = NO