Bugfix: typo
This commit is contained in:
parent
7bce6076c8
commit
887cfd9f92
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ call :SetTitle Launcher
|
||||||
rem EXTRA_CODE
|
rem EXTRA_CODE
|
||||||
|
|
||||||
:DefineLaunch
|
:DefineLaunch
|
||||||
:: See %bin%\SCripts\Launch.cmd for details under :Usage label
|
:: See %bin%\Scripts\Launch.cmd for details under :Usage label
|
||||||
set L_TYPE=
|
set L_TYPE=
|
||||||
set L_PATH=
|
set L_PATH=
|
||||||
set L_ITEM=
|
set L_ITEM=
|
||||||
|
|
@ -110,4 +110,4 @@ goto Exit
|
||||||
:: Cleanup and exit ::
|
:: Cleanup and exit ::
|
||||||
:Exit
|
:Exit
|
||||||
endlocal
|
endlocal
|
||||||
exit /b %errorlevel%
|
exit /b %errorlevel%
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue