Fix to script calling wrong function.

This commit is contained in:
Peter Goodman
2018-05-07 15:10:51 -04:00
committed by GitHub
parent 95f3e79aa9
commit 2483d21f99
+1 -1
View File
@@ -68,7 +68,7 @@ SetupMaxOSX() {
main() {
# macOS packages.
if [[ "$OSTYPE" == "darwin"* ]]; then
SetupLinux
SetupMaxOSX
return $?
# Linux