Skip to content

Commit

Permalink
Signed-off-by: Julien Lacour <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Lacour committed Nov 18, 2024
1 parent 3eca253 commit afe12ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/bin/dita.bat
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ rem and for NT handling to skip to.
:doneStart

rem No plug-in libraries in classpath
set CLASSPATH=""
if "%DITA_CMD_SUBCOMMAND%" == "install" goto checkJava
if "%DITA_CMD_SUBCOMMAND%" == "uninstall" goto checkJava
setlocal enabledelayedexpansion
if "!DITA_CMD_SUBCOMMAND!" == "install" goto checkJava
if "!DITA_CMD_SUBCOMMAND!" == "uninstall" goto checkJava
endlocal

rem Set environment variables
call "%DITA_HOME%\config\env.bat"
Expand Down

0 comments on commit afe12ed

Please sign in to comment.