Added newline to match script style

This commit is contained in:
Olius 2019-12-06 21:01:06 -05:00
parent 8711a4a318
commit 9a087197c9
1 changed files with 1 additions and 0 deletions

1
ghcup
View File

@ -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