Merge remote-tracking branch 'origin/merge-requests/130'
This commit is contained in:
commit
e349d41e12
6
ghcup
6
ghcup
@ -1024,13 +1024,17 @@ download_to_stdout() {
|
|||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Makes a temporary directory.
|
# Makes a temporary directory.
|
||||||
mktempdir() {
|
mktempdir() {
|
||||||
if test "${mydistro}" = "darwin"; then
|
mktemp_mydistro=$(get_distro_alias "$(get_distro_name)")
|
||||||
|
|
||||||
|
if test "${mktemp_mydistro}" = "darwin"; then
|
||||||
debug_message "mktemp -d -t ghcup"
|
debug_message "mktemp -d -t ghcup"
|
||||||
mktemp -d -t ghcup
|
mktemp -d -t ghcup
|
||||||
else
|
else
|
||||||
debug_message "mktemp -d"
|
debug_message "mktemp -d"
|
||||||
mktemp -d
|
mktemp -d
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
unset mktemp_mydistro
|
||||||
}
|
}
|
||||||
|
|
||||||
# @FUNCTION: unpack
|
# @FUNCTION: unpack
|
||||||
|
Loading…
Reference in New Issue
Block a user