Skip to content

Commit 32c76e2

Browse files
author
Vladimir Safonkin
committed
Update installer scripts
1 parent 8ca0cf7 commit 32c76e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

externals/install-dotnet.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ get_legacy_os_name() {
224224
machine_has() {
225225
eval $invocation
226226

227-
hash "$1" > /dev/null 2>&1
227+
command -v "$1" > /dev/null 2>&1
228228
return $?
229229
}
230230

0 commit comments

Comments
 (0)