mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 01:31:19 -04:00
Update brigadier.bat
This commit is contained in:
parent
2d2a1421fc
commit
22239fa636
1 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue