From 9a087197c92247a529ae4fa27ca594d6c98ae984 Mon Sep 17 00:00:00 2001 From: Olius Date: Fri, 6 Dec 2019 21:01:06 -0500 Subject: [PATCH] Added newline to match script style --- ghcup | 1 + 1 file changed, 1 insertion(+) diff --git a/ghcup b/ghcup index 60b228a..ff9ea3f 100755 --- a/ghcup +++ b/ghcup @@ -1025,6 +1025,7 @@ download_to_stdout() { # Makes a temporary directory. mktempdir() { mydistro=$(get_distro_alias "$(get_distro_name)") + if test "${mydistro}" = "darwin"; then debug_message "mktemp -d -t ghcup" mktemp -d -t ghcup