mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
use colons for batch labels
This commit is contained in:
parent
cc5e4a0e60
commit
c0fc10009a
4
vendor/init.bat
vendored
4
vendor/init.bat
vendored
@ -121,7 +121,7 @@ call "%cmder_root%\vendor\lib\lib_profile"
|
|||||||
set "CMDER_USER_FLAGS=%1 %CMDER_USER_FLAGS%"
|
set "CMDER_USER_FLAGS=%1 %CMDER_USER_FLAGS%"
|
||||||
)
|
)
|
||||||
shift
|
shift
|
||||||
goto var_loop
|
goto :var_loop
|
||||||
|
|
||||||
:start
|
:start
|
||||||
:: Sets CMDER_SHELL, CMDER_CLINK, CMDER_ALIASES variables
|
:: Sets CMDER_SHELL, CMDER_CLINK, CMDER_ALIASES variables
|
||||||
@ -381,7 +381,7 @@ if "%ERRORLEVEL%" == "0" (
|
|||||||
|
|
||||||
call "%user_aliases%"
|
call "%user_aliases%"
|
||||||
|
|
||||||
if "%CMDER_CONFIGURED%" gtr "1" goto CMDER_CONFIGURED
|
if "%CMDER_CONFIGURED%" gtr "1" goto :CMDER_CONFIGURED
|
||||||
|
|
||||||
:: See vendor\git-for-windows\README.portable for why we do this
|
:: See vendor\git-for-windows\README.portable for why we do this
|
||||||
:: Basically we need to execute this post-install.bat because we are
|
:: Basically we need to execute this post-install.bat because we are
|
||||||
|
Loading…
Reference in New Issue
Block a user