From abc5b32ffa63804f0644401bf684d8a946f4c465 Mon Sep 17 00:00:00 2001 From: CorpNewt <12772521+corpnewt@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:29:28 -0600 Subject: [PATCH] Update gibMacOS.bat --- gibMacOS.bat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gibMacOS.bat b/gibMacOS.bat index 8139adb..a130167 100644 --- a/gibMacOS.bat +++ b/gibMacOS.bat @@ -28,6 +28,11 @@ set "just_installing=FALSE" REM Get the system32 (or equivalent) path call :getsyspath "syspath" +if "%~1" == "--install-python" ( + set "just_installing=TRUE" + goto installpy +) + REM Make sure the syspath exists if "!syspath!" == "" ( if exist "%SYSTEMROOT%\system32\cmd.exe" ( @@ -58,11 +63,6 @@ if "!syspath!" == "" ( ) ) -if "%~1" == "--install-python" ( - set "just_installing=TRUE" - goto installpy -) - goto checkscript :checkscript