mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
Fix to script calling wrong function.
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ SetupMaxOSX() {
|
||||
main() {
|
||||
# macOS packages.
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
SetupLinux
|
||||
SetupMaxOSX
|
||||
return $?
|
||||
|
||||
# Linux
|
||||
|
||||
Reference in New Issue
Block a user