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