From 2483d21f998857b2eb678d31511dde149d79b71d Mon Sep 17 00:00:00 2001 From: Peter Goodman Date: Mon, 7 May 2018 15:10:51 -0400 Subject: [PATCH] Fix to script calling wrong function. --- scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index d942c058..875f8b92 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -68,7 +68,7 @@ SetupMaxOSX() { main() { # macOS packages. if [[ "$OSTYPE" == "darwin"* ]]; then - SetupLinux + SetupMaxOSX return $? # Linux