From db48ca59bf7018eb3d9932dad7646410e4e4c2bd Mon Sep 17 00:00:00 2001 From: CorpNewt <12772521+corpnewt@users.noreply.github.com> Date: Tue, 10 May 2022 16:36:44 -0500 Subject: [PATCH] Fix detection typo --- gibMacOS.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gibMacOS.command b/gibMacOS.command index 4c3ca14..ae43f6d 100755 --- a/gibMacOS.command +++ b/gibMacOS.command @@ -48,7 +48,7 @@ set_use_py3_if () { # Missing vars - bail with no changes. return fi - if [ "$(compare_to_version "$1" "$2")" == "0" ]; then + if [ "$(compare_to_version "$1" "$2")" == "1" ]; then use_py3="$3" fi }