Update init.bat

Remove cmder_configured goto
This commit is contained in:
Dax T Games 2020-06-08 21:03:41 -04:00 committed by GitHub
parent a999d17f71
commit 4d86559841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
vendor/init.bat vendored
View File

@ -51,11 +51,11 @@ call "%cmder_root%\vendor\lib\lib_console"
call "%cmder_root%\vendor\lib\lib_git" call "%cmder_root%\vendor\lib\lib_git"
call "%cmder_root%\vendor\lib\lib_profile" call "%cmder_root%\vendor\lib\lib_profile"
if "%CMDER_CONFIGURED%" == "1" ( :: if "%CMDER_CONFIGURED%" == "1" (
echo Cmder is already configured, skipping to user config! :: echo Cmder is already configured, skipping to user config!
::
goto USER_CONFIG_START :: goto USER_CONFIG_START
) :: )
:var_loop :var_loop
if "%~1" == "" ( if "%~1" == "" (