mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-01-22 10:04:12 -05:00
Update gibMacOS.bat
This commit is contained in:
parent
eadcf01e39
commit
abc5b32ffa
1 changed files with 5 additions and 5 deletions
10
gibMacOS.bat
10
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
|
||||
|
|
Loading…
Reference in a new issue