Added newline to match script style
This commit is contained in:
parent
8711a4a318
commit
9a087197c9
1
ghcup
1
ghcup
@ -1025,6 +1025,7 @@ download_to_stdout() {
|
|||||||
# Makes a temporary directory.
|
# Makes a temporary directory.
|
||||||
mktempdir() {
|
mktempdir() {
|
||||||
mydistro=$(get_distro_alias "$(get_distro_name)")
|
mydistro=$(get_distro_alias "$(get_distro_name)")
|
||||||
|
|
||||||
if test "${mydistro}" = "darwin"; then
|
if test "${mydistro}" = "darwin"; then
|
||||||
debug_message "mktemp -d -t ghcup"
|
debug_message "mktemp -d -t ghcup"
|
||||||
mktemp -d -t ghcup
|
mktemp -d -t ghcup
|
||||||
|
Loading…
Reference in New Issue
Block a user