Fix bogus tabs (issue #106)

This commit is contained in:
Michael Abbott 2019-06-24 14:32:58 +01:00
parent 4842f7ee68
commit 0c5951a225
1 changed files with 4 additions and 4 deletions

8
ghcup
View File

@ -1102,9 +1102,9 @@ get_distro_alias() {
"Linux Mint"|"LinuxMint") "Linux Mint"|"LinuxMint")
distro_alias=mint distro_alias=mint
;; ;;
"Amazon Linux AMI") "Amazon Linux AMI")
distro_alias=amazonlinux distro_alias=amazonlinux
;; ;;
"AIX") "AIX")
distro_alias=aix distro_alias=aix
;; ;;
@ -1752,7 +1752,7 @@ compile_ghc() {
if [ -n "${build_config}" ] ; then if [ -n "${build_config}" ] ; then
edo cat "${build_config}" > mk/build.mk edo cat "${build_config}" > mk/build.mk
else else
cat <<-EOF > mk/build.mk || die cat <<-EOF > mk/build.mk || die
V=0 V=0
BUILD_MAN = NO BUILD_MAN = NO
BUILD_SPHINX_HTML = NO BUILD_SPHINX_HTML = NO