more portable mktemp call
This commit is contained in:
parent
7ecd8e8fba
commit
fc3d768768
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ install_dotnet() {
|
|||
fi
|
||||
|
||||
mkdir -p $install_root
|
||||
zip_path=$(mktemp /tmp/dotnet.XXXXXX)
|
||||
zip_path=$(mktemp)
|
||||
say_verbose "Zip path: $zip_path"
|
||||
|
||||
say "Downloading $download_link"
|
||||
|
|
Loading…
Add table
Reference in a new issue